]> git.ozlabs.org Git - ccan/history - ccan/htable/htable.c
htable: push capacity limit from 66 to 75%
[ccan] / ccan / htable / htable.c
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: first implementation