summaryrefslogtreecommitdiff
path: root/lib/ccan/htable/tools/hsearchspeed.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-05lib/ccan/htable: benchmark against hsearch(3)Rusty Russell1-0/+103
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. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit 95757f0e9d979e7c653e9b53bb640deb4f0ea1f9)