CityHash for Node.js
Pure JavaScript implement for CityHash. (No C++ binding)
Installation
$ npm install --save google-cityhash
Usage
const hash = ;
CityHash 32
const ret = hash;
Returns a hash number.
CityHash 64
const ret = hash;
Returns a Long object.
CityHash 128
const ret = hash;
Returns a City128Value object.
Contribution
You're welcome to make pull requests.
「雖然我覺得不怎麼可能有人會關注我」