Skip to content

mcqj/string-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string-hash

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.

Usage

var hash = require('string-hash');

var hashVal = hash('Hello World!');

About

Simple hash to create a hash of a string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published