Expand description
A pure rust implementation of the fast, non-cryptographic hash murmur3
Functions§
- murmur3_
32 - Use the 32 bit variant of murmur3 to hash some Read implementation.
- murmur3_
x64_ 128 - Use the x64 variant of the 128 bit murmur3 to hash some Read implementation.
- murmur3_
x86_ 128 - Use the x86 variant of the 128 bit murmur3 to hash some Read implementation.