TimDumol / murmurhash-js

An optimized JavaScript implementation of the MurmurHash algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

An optimized JavaScript implementation of the MurmurHash algorithms.


Languages

Language:JavaScript 100.0%