Multiple AVLs with bloom filters (very raw test version)
This commit is contained in:
7
src/murmurhash2.h
Executable file
7
src/murmurhash2.h
Executable file
@ -0,0 +1,7 @@
|
||||
|
||||
#ifndef _BLOOM_MURMURHASH2
|
||||
#define _BLOOM_MURMURHASH2
|
||||
|
||||
unsigned int murmurhash2(const void * key, int len, const unsigned int seed);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user