]> git.ozlabs.org Git - ccan/commit
htable: benchmark against hsearch(3)
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 27 Sep 2011 06:28:44 +0000 (15:58 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 27 Sep 2011 06:28:44 +0000 (15:58 +0930)
commit95757f0e9d979e7c653e9b53bb640deb4f0ea1f9
tree21855bd5e898ada7fdb16249c822705aa1928ed6
parent0e5d0e30b30bb07b6605843e5ff224210d8083d8
htable: benchmark against hsearch(3)

Since that has a fixed hash table size and doesn't support delete, we can't
do a thorough comparison, but we can insert and search.
ccan/htable/tools/Makefile
ccan/htable/tools/hsearchspeed.c [new file with mode: 0644]
ccan/htable/tools/stringspeed.c