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