MurmurHash is a hash function created in 2008.
#2636on PLDB | 16Years Old |
MurmurHash is a non-cryptographic hash function suitable for general hash-based lookup. It was created by Austin Appleby in 2008 and is currently hosted on GitHub along with its test suite named 'SMHasher'. It also exists in a number of variants, all of which have been released into the public domain. Read more on Wikipedia...