iMurmurHash.js is an incremental JavaScript implementation of the MurmurHash3 (32-bit) hashing algorithm. It lets you hash many small strings into a single hash efficiently by updating a hash state as you add text, useful for cases where concatenating strings first would be costly (in both browser and Node.js).
Project status
- The upstream last push for
jensyt/imurmurhash-jswas in 2013-08-24, and there have been no furtherupdatessince, indicating the source is effectively dormant or in maintenance mode (not actively maintained as of 2026-06-09). - Update cadence appears limited to a brief cluster in early to mid August 2013 (multiple
updatesfrom 0.1.1 to 0.1.4), followed by a long period with no new activity.
AI summary generated
Recent updates
0.1.4
Release 0.1.4 bumps the package version and includes small internal refactors to the MurmurHash3 implementation plus minor README text edits. No release notes were provided by the publisher for this version.
0.1.3
Release 0.1.3 provides no documented release notes. The actual diff shows a refactor of the core MurmurHash3 incremental hashing implementation, plus an updated README example output value and a package version bump.
Breaking0.1.2
Release 0.1.2 was published on 2013-08-02, but no release notes were provided by the publisher. As a result, there is no stated information about features, bug fixes, breaking changes, security updates, or migration steps in the release documentation.
0.1.1
Release 0.1.1 was published on 2013-08-01. No release notes were provided, so there is no disclosed information about new features, bug fixes, breaking changes, or security updates.