RFC: Hash dumps in sorted order
From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-05-31 00:12:25 CEST
I'd like to modify subversion/libsvn_subr/hash.c:hash_write() to dump
* It makes the dumped representation of a hash deterministic. Not
* It opens the door to, some day, writing code to search a seekable
(A possible application would be directory lookups in FSFS,
The down side is that sorting takes O(n lg(n)) time, as opposed to the
---------------------------------------------------------------------
|
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.