consistent-hashing topic

List consistent-hashing repositories

Low-Level-Design

663
Stars
159
Forks
Watchers

Low Level Designs of common data structures. These designs keep concurrency control, latency and throughput in mind. We use design patterns where applicable to make the code readable, extensible and t...

python-jump-consistent-hash

39
Stars
7
Forks
Watchers

Fast, minimal memory, consistent hash algorithm

hashring

33
Stars
5
Forks
Watchers

Consistent hashing hashring implementation.

xring

49
Stars
6
Forks
Watchers

An implementation of Consistent Hashing with Bounded Loads (using Red-Black tree)

hashring

30
Stars
5
Forks
Watchers

Consistent-hashing: Hash ring implementation in Go

Doramon

61
Stars
32
Forks
Watchers

个人工具汇总:一致性哈希工具,Bitmap工具,布隆过滤器参数生成器,Yaml和properties互转工具,一键式生成整个前后端工具,单机高性能幂等工具,zookeeper客户端工具,分布式全局id生成器,时间转换工具,Http封装...

peanutcache

68
Stars
7
Forks
Watchers

🏠参考groupcache实现的分布式缓存,并在此基础上使用gRPC进行节点间通信,并用etcd作为服务注册与发现。