imurmurhash
npmv0.1.4An incremental implementation of MurmurHash3
Overview
imurmurhash is an npm package that an incremental implementation of MurmurHash3. The latest version is 0.1.4, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need an incremental implementation of MurmurHash3 and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.
Pros
- Clear open-source license (MIT).
- Zero runtime dependencies — minimal footprint.
Cons
- No bundled TypeScript types (may require a separate @types package).
Auto-generated from collected registry metadata. No external claims are inferred.
Relationship graph
Dependencies (left) and dependents (right) of imurmurhash.
Used by
Popular packages that depend on imurmurhash.
Alternatives to imurmurhash
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
Frequently installed together
Runtime typescript and ESM support for Node.js
The semantic version parser used by npm.
Lightweight debugging utility for Node.js and the browser
An AST-based pattern checker for JavaScript.
Prettier is an opinionated code formatter
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Helper utilities for creating ESLint configuration
ECMAScript scope analyzer for ESLint
Utilities for ESLint plugins.
utility box for ECMAScript language tools
A query library for ECMAScript AST using a CSS selector like query language.
An Esprima-compatible JavaScript parser built on Acorn
Version history
| Version | Published | License |
|---|---|---|
| 0.1.4latest | 13 years ago | MIT |
| 0.1.3 | 13 years ago | MIT |
| 0.1.2 | 13 years ago | MIT |
| 0.1.1 | 13 years ago | MIT |
| 0.0.1 | 13 years ago | MIT |
Maintainers
Frequently asked questions
How do I install imurmurhash?
Run `npm install imurmurhash` to add imurmurhash to your npm project.
What license is imurmurhash released under?
imurmurhash is distributed under the MIT license.
How popular is imurmurhash?
imurmurhash has approximately 0 downloads per week and 1 known dependent packages.