murmurHash3js icon indicating copy to clipboard operation
murmurHash3js copied to clipboard

A JavaScript implementation of MurmurHash3's x86 hashing algorithms - npm - nodejs module

Results 4 murmurHash3js issues
Sort by recently updated
recently updated
newest added

Added deprecation message in readme so the new versions of murmurhash3js can be published from the original repo: Here is a list of tasks needed to move over the repository...

When you shift bits to the left, it is a signed operation (there's no unsigned left shift). If it ends being a 32 bit integer, if the leftmost bit is...

Hey @pid! I’ve recently(ish) finished a new version of murmurhash3.js that’s far better written and much more fully featured: * Written in TypeScript. * Packaged for npm. * Supports any...

👋 Hi there! First of all, thank you for your work! I've been successfully using this library in production for a couple of years and it's been very useful. Recently...