Generates a 14 character hash for any string value. It's simple, fast. and very insecure (so please don't go hashing passwords). Loosely based on MurmurHash2/3, and an improvement over toSimpleHash
https://gist.github.com/jlevy/c246006675becc446360a798e2b2d781
Generates a 14 character hash for any string value. It's simple, fast. and very insecure (so please don't go hashing passwords). Loosely based on MurmurHash2/3, and an improvement over toSimpleHash