From: Rusty Russell Date: Fri, 3 Sep 2010 12:39:40 +0000 (+0930) Subject: tdb2: use immobile free buckets, rename tests to show some ordering. X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=1a24a8708494668c07e5c02284bfc2ef3b09603b;hp=1a24a8708494668c07e5c02284bfc2ef3b09603b;p=ccan-lca-2011.git tdb2: use immobile free buckets, rename tests to show some ordering. We put the free lists at the beginning of a zone; this means no record can be larger than a zone, but means they cannot move. Once we change hashes to be expanding, they won't move either and the result should be simpler. ---