/murmurhash-js

An optimized JavaScript implementation of the MurmurHash algorithms.

Primary LanguageJavaScript

MurmurHash.js

An optimized JavaScript implementation of the MurmurHash algorithms.

These algorithms take a JavaScript string (and a seed), and quickly create a non-cryptographic 32-bit hash from it. And by quick I mean sub-millisecond performance.

More information about these algorithms can be found at: