]> git.ozlabs.org Git - ccan/commit
htable: reduce size of htable by storing perfect bitnum, not mask.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 1 Apr 2019 23:49:19 +0000 (10:19 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 1 Apr 2019 23:49:19 +0000 (10:19 +1030)
commitd615e534e870a911f11b7b88021242220ea053bf
treecef71bd5575c5e1d706452044b9e871e7d27af31
parent9e92552b1b2a1b631bde1c379b9f2950725b1245
htable: reduce size of htable by storing perfect bitnum, not mask.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/htable/htable.c
ccan/htable/htable.h
ccan/htable/test/run-debug.c
ccan/htable/test/run.c
ccan/htable/tools/speed.c