npm install murmurhash-js API varmurmur=require("murmurhash-js") Methods murmur.murmur2(key, seed) Runs the murmur2 hash algorithm on the stringkeywith initial seedseed. murmur.murmur3(key, seed) Runs the murmur3 hash algorithm on the stringkeywith initial seedseed. ...
npm install murmurhash-js API varmurmur =require("murmurhash-js") Methods murmur.murmur2(key, seed) Runs the murmur2 hash algorithm on the stringkeywith initial seedseed. murmur.murmur3(key, seed) Runs the murmur3 hash algorithm on the stringkeywith initial seedseed. ...
MurmurHash.js An optimized JavaScript implementation of the MurmurHash algorithms. These algorithms take a JavaScript string (and a seed), and quickly create a non-cryptographic 32-bit hash from it. And by quick I mean sub-millisecond performance. ...
https://github.com/karanlyons/murmurHash3.js https://github.com/garycourt/murmurhash-js https://github.com/kazuyukitanimura/murmurhash-js https://github.com/jensyt/imurmurhash-js https://github.com/matthewmueller/murmur.js https://github.com/ajoslin/murmurhash-v3 ...
An optimized JavaScript implementation of the MurmurHash algorithms. - Actions · daydaystudylab/murmurhash-js
declaremodule"murmurhash3js"{exportnamespacex86{functionhash32(val:string,seed?:number):number;functionhash128(val:string,seed?:number):string;}exportnamespacex64{functionhash128(val:string,seed?:number):string;}} Additional Details Last updated: Tue, 07 Nov 2023 09:09:39 GMT ...
murmurhash-js, MurmurHash算法的优化JavaScript实现 MurmurHash.jsMurmurHash算法的优化JavaScript实现。这些算法采用一个JavaScript字符串( 还有种子),并快速创建一个非加密的32位 散列。 我的意思是亚毫秒性能。有关这些算法的更多信息可以在以下 上传者:weixin_38743481时间:2019-09-18 ...
https://github.com/garycourt/murmurhash-js https://github.com/kazuyukitanimura/murmurhash-js https://github.com/jensyt/imurmurhash-js https://github.com/matthewmueller/murmur.js https://github.com/ajoslin/murmurhash-v3 https://github.com/saintplay/murmurhash https://github.com/levitation/murmurha...
Native JS murmur hash implementation. Latest version: 1.0.0, last published: 11 years ago. Start using murmurhash-js in your project by running `npm i murmurhash-js`. There are 241 other projects in the npm registry using murmurhash-js.
Multiformats hash functions for MurmurHash3. Contribute to multiformats/js-murmur3 development by creating an account on GitHub.