A zero-dependency, thread-safe Java implementation of Consistent Hashing with Bounded Loads. Based on the algorithm formalized by Google Research and utilized by Vimeo engineering, this library ...
* Each key is inserted into one of two possible buckets computed by two independent hash functions. * The bucket with fewer elements (or an empty one) is chosen to balance load.