Back to Explore

jensyt/imurmurhash-js

GitHub
1 watchersOpen source

Last release: 8/24/2013

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 repository appears not to be actively maintained, with the last upstream push dated 2013-08-24 and the latest shown update (0.1.4) also in August 2013.
  • The apparent update cadence is short lived, with updates/releases clustered on 2013-08-02 (0.1.2 and 0.1.3) and then 0.1.4 on 2013-08-24, after which there are no further updates evident from the provided evidence.

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • 0.1.4

    8/24/2013

    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

    8/2/2013

    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.

    Breaking
  • 0.1.2

    8/2/2013

    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.