https://github.com/juggernaut/charkha
A lightweight library that implements consistent hashing
https://github.com/juggernaut/charkha
consistent-hashing java
Last synced: 9 months ago
JSON representation
A lightweight library that implements consistent hashing
- Host: GitHub
- URL: https://github.com/juggernaut/charkha
- Owner: juggernaut
- License: apache-2.0
- Created: 2017-06-18T23:16:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T02:14:08.000Z (over 8 years ago)
- Last Synced: 2025-01-31T15:42:04.502Z (11 months ago)
- Topics: consistent-hashing, java
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Charkha
A lightweight java library that implements [Consistent hashing](https://en.wikipedia.org/wiki/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.