A zero-dependency, thread-safe Java implementation of Consistent Hashing with Bounded Loads. Based on the algorithm formalized by ...
* Each key is inserted into one of two possible buckets computed by two independent hash functions. * The bucket with fewer ...