Re: random sort of svn status and svn diff
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 21 Mar 2012 12:40:13 +0000
Branko Čibej <brane_at_apache.org> writes:
> On 21.03.2012 10:29, Philip Martin wrote:
I'm surprised, are you sure? If I put N elements into the hash and
0, 1, 2 ... N-1
Changing the seed/prefix changes the order to something like:
K, K+1 ... N-1, 0 ... K-1
So if I have
0, 1 ... X, Y ... N-1
where X and Y collide I would expect changing the seed to give:
K, K+1 ... X, Y ... N-1, 0 ... K-1
Is that going to remove the collision?
> Anyway, if we're aiming for stable ordering in the output, and the data
What some people care about is stability from one run to the next when
-- uberSVN: Apache Subversion Made Easy http://www.uberSVN.comReceived on 2012-03-21 13:40:53 CET |
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.