[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: RFC: Hash dumps in sorted order

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-06-01 05:04:37 CEST

On Mon, 2004-05-31 at 22:56, Branko Èibej wrote:
> But not streamy...

We're essentially never streamy when it comes to directories, and
delta_dirs() is no exception (either in the old implementation or the
new one). We read all the source and target directory entries into
hashes, iterate over the target hash, and look up corresponding entries
in the source hash.

So, you can chalk up streamy directory comparisons as a potential
benefit of the path lookup table (although simply writing out the
directories in sorted order might accomplish the same thing), but it's
irrelevant to producing sorted output.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 1 05:05:02 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.