1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/lib/ccan/htable
Rusty Russell 18cd3dd2ad lib/ccan/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.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(Imported from CCAN commit 95757f0e9d979e7c653e9b53bb640deb4f0ea1f9)
2011-12-05 16:42:49 +10:30
..
test lib/ccan/htable: clean up interface, document htable_type better. 2011-12-05 16:42:47 +10:30
tools lib/ccan/htable: benchmark against hsearch(3) 2011-12-05 16:42:49 +10:30
_info lib/ccan/htable: clean up interface, document htable_type better. 2011-12-05 16:42:47 +10:30
htable_type.h lib/ccan/htable: HTABLE_INITIALIZER() for static initialization. 2011-12-05 16:42:48 +10:30
htable.c lib/ccan/htable: HTABLE_INITIALIZER() for static initialization. 2011-12-05 16:42:48 +10:30
htable.h lib/ccan/htable: HTABLE_INITIALIZER() for static initialization. 2011-12-05 16:42:48 +10:30
LICENSE lib/ccan: update to init-1192-gdd04041 2011-07-25 12:03:40 +02:00