jumphash

Implementation of the Jump Consistent Hash algorithm in Python. This algorithm performs consistent hashing on integer keys and maps them to integer buckets.


Keywords
jumphash, consistent, hash, algorithm
License
Other
Install
pip install jumphash==0.1

Documentation

pyjumphash

Implementation of the Jump Consistent Hash algorithm in Python. This algorithm performs consistent hashing on integer keys and maps them to integer buckets.