consistent-hash-algorithm
There are 38 repositories under consistent-hash-algorithm topic.
lithammer/go-jump-consistent-hash
:zap: Fast, minimal memory, consistent hash algorithm
edwingeng/doublejump
A revamped Google's jump consistent hash
sunwsh/maglev_hash
一个根据google maglev 论文,用c语言实现的一致性hash算法
SUPSI-DTI-ISIN/java-consistent-hashing-algorithms
Java implementations of the most popular and best performing consistent hashing algorithms for non-peer-to-peer contexts.
c9s/jchash
Jump Consistent Hashing Algorithm implemented in PHP 7 Extension
hedzr/lb
concurrent load balancers, go lib,
ckatsak/lfchring-rs
A concurrent, lock-free consistent hashing ring implementation in Rust.
MrLederer/ConsistentHash
High performance Ring Consistent Hash implementation
jlao/ConsistentHashing
A consistent hashing implementation for .NET.
SenseUnit/ahrw
Aggregated Highest Random Weight Hashing / Aggregated Rendezvous Hashing
Clivern/Bucket
Consistent Hashing Algorithm Package for Scalable Data Distribution
fogfish/ring
consistent hashing data structure
rui-exe/Cloud-Shopping-List
High availability distributed system for a cloud-based shopping list application, using CRDTs and consistent hashing.
arriqaaq/ring
consistent hashing paper implementation using Red Black tree
ckatsak/lfchring
In-memory immutable wait-free consistent hashing ring data structure, supporting virtual nodes & replication.
teambition/grpclb
grpclb policy that consistent hash implemention, base on discovery systems like etcd, consul etc.
mail4metablocks/rust-consistent-hashing-lib
Rust implementation for consisent hashing
slashdotted/cpp-consistent-hashing-algorithms
C++ implementations and benchmark tools for MementoHash, AnchorHash, JumpHash, and PowerConsistentHash
dynatrace-research/jumpbackhash-paper
JumpBackHash: Say Goodbye to the Modulo Operation to Distribute Keys Uniformly to Buckets
NamNV2496/go-consistent-hashing
A demonstration of consistent hashing.
nikkicoon/consistenthashring
minimal Consistent Hash Ring implementation in go
ArvRao/inmemorydatastore-app
Distributed in-memory key-value store implemented as a Spring Boot service. It provides a fast, scalable, and fault-tolerant solution for storing and retrieving data with automatic expiration capabilities.
bersen66/pumba
General-purpose header-only consistent hash ring implementation
ritelabs/nave
Thinking about the construction of distributed systems starting from the *consistent hash* algorithm.
rural-panda/bestring
A simple and fast consistent hash-ring for go
tensorush/zig-mementohash
Zig implementation of MementoHash consistent hashing algorithm.
hderms/jumpconsistenthash
Implementation of jump consistent hashing from From the paper "A Fast, Minimal Memory, Consistent Hash Algorithm" by John Lamping, Eric Veach (2014).
jefetienne/DotNet-Consistent-Hashing
An object extension for generating a consistent Hash of any object for every program run
liangyaopei/consistent
Golang 's implementation of consistent hashing algorithm using hash ring, which is thread-safe, and can be used concurrently.
octu0/pch
Power Consistent Hashing
prameshbhattarai/distributed-consistent-hashing
Example to Simulate Distributed Consistent Hashing
rihenperry/comp599gradseminar
class presentation on scalable web architectures/distributed web crawling | comp 599 graduate seminar | fall 2018 | spring 2019
sandeepkv93/consistent-hashing
Consistent Hashing is a distributed hash table algorithm that allows for more efficient remapping of keys to nodes in a distributed system when nodes are added or removed. This implementation is written in Go and provides a basic implementation of consistent hashing.