vm team mailing list archive
-
vm team
-
Mailing list archive
-
Message #00741
[Bug 567900] Re: Speed up summary generation
*** This bug is a duplicate of bug 195222 ***
https://bugs.launchpad.net/bugs/195222
More detail:
The cached summary strings are at the moment in ascii, because they are
saved to the folder files on disk. This requires that mime-decoding be
done when the strings are inserted in the summary buffer. If the
decoded strings are stored, then they would have to be re-encoded when
writing to the disk. Either way, something must be done because it is
ridiculous for summary generation to take so long.
--
Speed up summary generation
https://bugs.launchpad.net/bugs/567900
You received this bug notification because you are a member of VM
development team, which is the registrant for VM (defunct) (via bug
195222).
Status in VM (View Mail) for Emacs: Triaged
Bug description:
This is a duplicate of Bug #195222.
VM summary generation is still too slow. It can be made faster by caching mime-decoded strings.
See also this profiling report: http://groups.google.com/group/gnu.emacs.vm.info/msg/7c424efcbeed8a4e