Skip to content
This repository has been archived by the owner on Jun 17, 2018. It is now read-only.

0x0177b11f/jumphash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jumphash

A Fast, Minimal Memory, Consistent Hash Algorithm

page:http://arxiv.org/pdf/1406.2294v1.pdf

##Usage

  var jumphash = require('jumphash')
  var location = jumphash(2333,16)
  assert(location >= 0);
  assert(location < 16);

License

MIT

About

Jump consistent hash (Node.js bind)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published