Remove murmur hash, it's endian dependent and has unreasonable alignment
requirements
This commit is contained in:
@@ -22,9 +22,6 @@ uc_hash64shift(uint64_t key);
|
||||
uint32_t
|
||||
uc_hashuint(uint32_t a);
|
||||
|
||||
uint32_t
|
||||
uc_murmurmash2(const void *key, int len, uint32_t seed );
|
||||
|
||||
uint32_t
|
||||
uc_pjwhash(const char *str,size_t len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user