Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Puget-Sound-Bitmaps/consistent-hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Consistent hashing

About

An algorithm for mapping resources to caches in a distributed system. There are two implementations of this algorihm, Ring (devised by Karger et. al), and Jump (by Lamping and Veach).

Ring

Prerequisites

You need OpenSSL on your machine in order to use this. In Ubuntu:

sudo apt-get install libssl-dev

About

Implementations of ring and jump consistent hashing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published