]> pd.if.org Git - nbds/commit
all structures now support arbitrary type keys with a fast path for integers
authorjdybnis <jdybnis@9ec2166a-aeea-11dd-8830-69e4bb380a4a>
Thu, 4 Dec 2008 05:00:44 +0000 (05:00 +0000)
committerjdybnis <jdybnis@9ec2166a-aeea-11dd-8830-69e4bb380a4a>
Thu, 4 Dec 2008 05:00:44 +0000 (05:00 +0000)
commitf1098084dd54496a61f9a254541190df77edd166
tree5234e88b212f89294f6c4403a341a55d1f9bec87
parent7378edffa5751159d35eab31eceb76a1f16231d0
all structures now support arbitrary type keys with a fast path for integers
19 files changed:
include/map.h
include/murmur.h
include/nstring.h [new file with mode: 0644]
include/txn.h
makefile
map/hashtable.c
map/list.c
map/map.c
map/mlocal.h
map/nstring.c [deleted file]
map/nstring.h [deleted file]
map/skiplist.c
runtime/nstring.c [new file with mode: 0644]
test/CuTest.c
test/map_test1.c
test/map_test2.c
test/txn_test.c
todo
txn/txn.c