node-murmurhash
v2.1.0
Published
murmurhash V2, support utf8 Buffer
Downloads
3,709
Maintainers
Readme
node-murmurhash
murmurhash V2, support utf8 Buffer.
Install
$ npm install node-murmurhash --save
Usage
var murmurhash = require('node-murmurhash');
murmurhash('hello 中国', 97); // 1248731102
Benchmark
node version: v4.2.1, date: Sun Nov 15 2015 01:01:49 GMT+0800 (CST)
Starting...
2 tests completed.
murmurhash(new Buffer(ascii)) x 21,164,676 ops/sec ±0.85% (98 runs sampled)
murmurhash(new Buffer(utf8)) x 13,926,544 ops/sec ±0.59% (99 runs sampled)
see also: benchmark