Skip to main content

Google's Guava consistent hashing implementation

Project description

Google’s Guava consistent hashing implementation

Assign to input a “bucket” in the range [0, buckets), in a uniform manner that minimizes the need for remapping as buckets grows. That is, consistentHash(h, n) equals:

  • n - 1, with approximate probability 1/n;

  • consistentHash(h, n - 1), otherwise (probability 1 - 1/n).

See the [wikipedia article on consistent hashing](http://en.wikipedia.org/wiki/Consistent_hashing) for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

guavahash-0.3.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file guavahash-0.3.tar.gz.

File metadata

  • Download URL: guavahash-0.3.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for guavahash-0.3.tar.gz
Algorithm Hash digest
SHA256 817d0d1289034d6caa22916259c995a6c7abfcc317ce589981164ee0480101a5
MD5 28c2f85b32af823ac9a957a5fb5612ca
BLAKE2b-256 925499c7e4b8729362b17103ad3d77dbfb942921f48ebe003bdeea0d157cd62a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page