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

NodeJS bindings for Google CityHash

Results 7 node-cityhash issues
Sort by recently updated
recently updated
newest added

I am trying to install cityhash via npm on node-0.12.0. npm command returns the following errors: Ze-Macbook-Pro-2:main david$ npm install cityhash npm WARN package.json [email protected] 'repositories' (plural) Not supported. Please...

Without this fix, redhat/x64 will throw an error '`long' is two large for constant variable.`

Updates CityHash to v1.1.0 from Google. Since v1.1.0 changes some of the hashing algorithms, I've updated all the tests as well. Tested on OS X with clang 4.2 and GCC...

I've got a branch that updates CityHash to v1.1, but all of the tests fail. I _think_ it is because the hash functions have actually changed and the tests are...

It's not working on node 0.10.2 npm install cityhash info trying registry request attempt 1 at 13:09:41 http GET https://registry.npmjs.org/cityhash http 304 https://registry.npmjs.org/cityhash npm http GET https://registry.npmjs.org/cityhash/-/cityhash-0.0.3.tgz npm http 200...

After building cityhash, I cannot get node-cityhash to require() after "make". $ make node-waf configure build Checking for program g++ or c++ : /usr/bin/g++ Checking for program cpp : /usr/bin/cpp...