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

An xxhash binding for node.js

Results 13 node-xxhash issues
Sort by recently updated
recently updated
newest added

Hi, The hash value generated using the node-xxhash in node and net.jpountz.xxhash.XXHash32 in java are different. Please find the sample code and result when tried the generation of hash value...

Would you be interested in a PR to enable travis and appveyor to build and upload binaries to github release / s3? I think it would make more people interested...

This repo is currently pretty much 1:1 in terms of performance relative to xxhash-wasm. What could make this faster would be to be implemented with V8 fast api (though it...