]> pd.if.org Git - nbds/commit
generic interface for map-like data structures
authorjdybnis <jdybnis@9ec2166a-aeea-11dd-8830-69e4bb380a4a>
Sat, 29 Nov 2008 07:55:44 +0000 (07:55 +0000)
committerjdybnis <jdybnis@9ec2166a-aeea-11dd-8830-69e4bb380a4a>
Sat, 29 Nov 2008 07:55:44 +0000 (07:55 +0000)
commit025017478bb385da88a6b185849c8bcffeb2e2aa
treeb0a8da09a4fca8f7e4ff0d33d374496c78e30b32
parent2d93f3b29622488bde80b6cd18661fd7eb603eee
generic interface for map-like data structures
14 files changed:
include/common.h
include/map.h [new file with mode: 0644]
include/txn.h
makefile
map/hashtable.c [moved from struct/hashtable.c with 88% similarity]
map/list.c [moved from struct/list.c with 97% similarity]
map/mlocal.h [moved from include/struct.h with 75% similarity]
map/nstring.c [moved from struct/nstring.c with 100% similarity]
map/nstring.h [moved from struct/nstring.h with 100% similarity]
map/skiplist.c [moved from struct/skiplist.c with 97% similarity]
test/ht_test.c
test/ll_test.c
test/sl_test.c
todo