add murmur3a hash
commit903e89b320b9ba29c2348a224c74807f73884e7c
authorEric Wong <normalperson@yhbt.net>
Thu, 18 Aug 2011 09:02:21 +0000 (18 09:02 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 18 Aug 2011 18:17:53 +0000 (18 18:17 +0000)
treebd53ffbd253a9fc61e6cb8947297be1d7fc98be1
parentd4b13c817667479af84f4af58afe05138d53ba3a
add murmur3a hash

It should be slightly faster than murmur2
ext/tdb/hash_functions.c
ext/tdb/murmur3.c [new file with mode: 0644]
ext/tdb/rbtdb.h
ext/tdb/tdb.c
test/test_tdb.rb