This is a simple string hashing function. It creates a hash of a string as a 32-bit number.
Its characteristics are good performance and good distribution of hashes.
var hash = require('string-hash');
var hashVal = hash('Hello World!');| Name | Name | Last commit date | ||
|---|---|---|---|---|