]> pd.if.org Git - nbds/commit
make skiplist and list use strings for keys (slower by 2x...sigh)
authorjdybnis <jdybnis@9ec2166a-aeea-11dd-8830-69e4bb380a4a>
Wed, 26 Nov 2008 00:56:49 +0000 (00:56 +0000)
committerjdybnis <jdybnis@9ec2166a-aeea-11dd-8830-69e4bb380a4a>
Wed, 26 Nov 2008 00:56:49 +0000 (00:56 +0000)
commit53d171373819e921da8f8648eea236a08ff6a702
treee2647059e39969a517d3805e6fba5eaf82c6b36b
parentd791fc64b23a9c0a3ed90aa60571344d7735aee9
make skiplist and list use strings for keys (slower by 2x...sigh)
include/struct.h
struct/hashtable.c
struct/list.c
struct/nstring.c [new file with mode: 0644]
struct/nstring.h [new file with mode: 0644]
struct/skiplist.c
test/ll_test.c
test/sl_test.c
todo