MurmurHash3.js
JSON →MurmurHash3.js is a pure JavaScript implementation of the MurmurHash3 non-cryptographic hashing algorithms (x86 32-bit, x86 128-bit, and x64 128-bit) designed for both browser and Node.js environments. The current stable version is 3.0.1. This package provides a fast, general-purpose hash function primarily used for data structures like hash tables, probabilistic data structures (e.g., Bloom filters), and unique ID generation where high performance and low collision rates are essential, but cryptographic security is not required. Unlike some forks or alternative MurmurHash implementations, `murmurhash3js` directly accepts string inputs, abstracting away the need for explicit byte encoding by the user. The project has not seen active development or releases in over a decade, indicating an abandoned status.
Traffic · last 30 days ↑250% vs prev 7d
top countries 🇺🇸 United States · 🇨🇦 Canada · 🇫🇷 France · 🇩🇪 Germany