package
module
Version:
v0.0.0-...-ba001c3
Opens a new window with list of versions in this module.
Published: Oct 18, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 40
Opens a new window with list of known importers.
README
¶
Documentation
¶
Package jump implements Google's Jump Consistent Hash
From the paper "A Fast, Minimal Memory, Consistent Hash Algorithm" by John Lamping, Eric Veach (2014).
http://arxiv.org/abs/1406.2294
Hash consistently chooses a hash bucket number in the range [0, numBuckets) for the given key. numBuckets must be >= 1.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.