Add murmurhash3
authorJens Axboe <axboe@fb.com>
Sat, 27 Sep 2014 14:38:42 +0000 (08:38 -0600)
committerJens Axboe <axboe@fb.com>
Sat, 27 Sep 2014 14:38:42 +0000 (08:38 -0600)
commit9f0e365d0d08f9df142d48bd891370dc50148d5f
tree7c7c4ef365fad6be49e281042b9cc7b70e90fe3d
parent179b3ead1d98681ea336209af36938a945b24937
Add murmurhash3

And use it in bloom, add it to the crc tester as well.

Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile
crc/test.c
lib/bloom.c
lib/murmur3.c [new file with mode: 0644]
lib/murmur3.h [new file with mode: 0644]