Coder Social home page Coder Social logo

jump-consistent-hash's Introduction

Jump Consistent Hash

A Java implementation of the jump consistent hash from Lamping and Veach.

Paper: http://arxiv.org/ftp/arxiv/papers/1406/1406.2294.pdf

Abstract

Extracted from the paper

We present jump consistent hash, a fast, minimal memory, consistent hash algorithm that can be expressed in about 5 lines of code. In comparison to the algorithm of Karger et al., jump consistent hash requires no storage, is faster, and does a better job of evenly dividing the key space among the buckets and of evenly dividing the workload when the number of buckets changes. Its main limitation is that the buckets must be numbered sequentially, which makes it more suitable for data storage applications than for distributed web caching.

Usage

Add the dependency to your pom.xml

<dependency>
    <groupId>com.github.ssedano</groupId>
    <artifactId>jump-consistent-hash</artifactId>
    <version>1.0.0</version>
</dependency>

Or download the jar from Maven Central and add it to your classpath.

Clone the repo and build it with maven and add the jar to your classpath.

$ git clone https://github.com/ssedano/jump-consistent-hash
$ cd jump-consistent-hash
$ mvn clean install

Or copy the class and add it to your code base.

Then import it and use it.

int jumpConsistentHash = JumpConsistentHash.jumpConsistenHash(key, buckets);

Additional info in the javadoc.

License

Licensed under Apache 2.

jump-consistent-hash's People

Contributors

ssedano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.