Derek D. Martin wrote:
> I'm no expert, but it strikes me that OPENING maildir mailboxes on ANY
> filesystem will ALWAYS be slower than mbox, because of what you need
> to do.  An mbox mailbox will generally have little fragmentation on

I'd be curious to get some feedback on my header caching patch for maildir
folders (can be found at http://www.sigpipe.org:8080/mutt/).  Initial
reports are that it greatly speeds things up since after the first time you
load a mailbox, you only have to traverse the list of files in a directory
without actually opening them up for reading.  I'm not familiar with the
structure of inodes and how fast it is to traverse the list of files in a
directory, but I suspect it will be significantly faster than the current
method.

Reply via email to