shichen b6c5ecc67a init 10 mesi fa
..
.npmignore b6c5ecc67a init 10 mesi fa
.travis.yml b6c5ecc67a init 10 mesi fa
README.md b6c5ecc67a init 10 mesi fa
index.js b6c5ecc67a init 10 mesi fa
package.json b6c5ecc67a init 10 mesi fa
test.js b6c5ecc67a init 10 mesi fa

README.md

string-hash-64

Build Status js-standard-style npm version

An improved version of djb2. Generates 64 bit integer hashes. Returns a number between 0 and 18446744073709552000.

Repository includes test for hashing 65 million strings with zero collisions. That's 400k+ less than what you get with djb2.

Performs as fast as djb2, only the generated hashes will consume almost twice memory in size.