文件名称:murmurHash3.js:JavaScript中的MurmurHash3
文件大小:72KB
文件格式:ZIP
更新时间:2024-05-22 06:54:16
javascript typescript murmurhash3 hash murmurhash
MurmurHash3.js-JavaScript中的 。 用法 > const murmurHash3 = require ( 'murmurhash3.js' ) ; // Return a 32bit hash as an unsigned integer: > murmurHash3 . x86 . hash32 ( "I will not buy this record, it is scratched." ) ; 2832214938 // Return a 128bit hash as a hexadecimal string: > murmurHash3 . x86 . hash128 ( "I will not buy this tobacconist's, it is scratched." ) ; '9b5b7ba2ef3f7866889adeaf00f3f9
【文件预览】:
murmurHash3.js-master
----.gitignore(39B)
----package.json(1KB)
----tslint.json(440B)
----src()
--------__tests__()
--------index.ts(16KB)
----.travis.yml(177B)
----LICENSE(1KB)
----tsconfig.json(660B)
----README.md(3KB)
----jestconfig.json(203B)
----yarn.lock(154KB)