node-murmurhash icon indicating copy to clipboard operation
node-murmurhash copied to clipboard

A Node.js module for the optimized JavaScript implementation of the MurmurHash algorithms.

Results 5 node-murmurhash issues
Sort by recently updated
recently updated
newest added

**Environment** System: Windows 10, 64 bit. Nodejs Version: 12.13.0 **Steps to Reproduce** Then run the following code - ```javascript var murmurhash = require('./murmurhash'); murmurhash.v3('foo'); // prints 4138058784 murmurhash.v2('foo'); // prints...

Done some ES6 minor fixes && added yml for node js tests for showing in github actions that it allright. How should I make PR? Make other MAIN branch or...

Documentation says that the 2nd param to `murmur.v3` can be `string` but TS type says it's supposed to be `number`