[PATCH RFC] faster dirstate walks

Matt Mackall mpm at selenic.com
Thu Aug 25 22:39:08 CDT 2005


On Thu, Aug 25, 2005 at 10:26:46PM -0400, Theodore Ts'o wrote:
> On Thu, Aug 25, 2005 at 09:56:51PM +0200, Florian Weimer wrote:
> > In practice, sorting by file name is almost as good as sorting by
> > inode number if they files have been created in lexicographic order.
> 
> And that would be true when?  It certainly isn't normally the case.

It's the case for checkout, so going in sort order usually does in
fact tend to visit things in creation order, and thereby in disk
layout order.

-- 
Mathematics is the supreme nostalgia of our time.


More information about the Mercurial mailing list