项目作者: juggernaut

项目描述 :
A lightweight library that implements consistent hashing
高级语言: Java
项目地址: git://github.com/juggernaut/charkha.git
创建时间: 2017-06-18T23:16:03Z
项目社区:https://github.com/juggernaut/charkha

开源协议:Apache License 2.0

下载


Charkha

A lightweight java library that implements Consistent hashing. It borrows heavily from open source projects and blogs. The consistent hashing code is based on Tom White’s blog at http://www.tom-e-white.com/2007/11/consistent-hashing.html and the default hash function is Murmur3 taken from the Apache Hive project.