-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
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/