]> git.ozlabs.org Git - ccan/history - ccan/htable
tdb2: allow nesting of read locks on top of write locks.
[ccan] / ccan / htable /
2010-11-10 Rusty RussellMerge branch 'ronnie'
2010-11-09 Rusty Russellcompiler: shorten names of attributes, add UNUSED
2010-11-08 Rusty Russellhtable: push capacity limit from 66 to 75%
2010-11-08 Rusty Russellhtable: restore perfect bit when resizing.
2010-11-08 Rusty Russellhtable: use "perfect" bit to reduce rehashes.
2010-11-08 Rusty Russellhtable: rehash to clear delete markers
2010-11-08 Rusty Russellhtable: speed benchmark
2010-11-08 Rusty Russellhtable: first implementation