You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MurmurHash3 & CityHash are non-cryptographic hash functions suitable for general hash-based lookup. These hash functions would be a good addition to the standard library.
MurmurHash3 & CityHash are non-cryptographic hash functions suitable for general hash-based lookup. These hash functions would be a good addition to the standard library.
May be Spooky also can be considered:
http://burtleburtle.net/bob/hash/spooky.html
More info:
http://en.wikipedia.org/wiki/MurmurHash
http://en.wikipedia.org/wiki/CityHash
http://google-opensource.blogspot.in/2011/04/introducing-cityhash.html
https://programmers.stackexchange.com/questions/49550/which-hashing-algorithm-is-best-for-uniqueness-and-speed
https://stackoverflow.com/questions/11899616/murmurhash-what-is-it/11901654#11901654
http://research.neustar.biz/2012/02/02/choosing-a-good-hash-function-part-3/