consistent-hashing
There are 207 repositories under consistent-hashing topic.
InterviewReady/Low-Level-Design
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 testable.
buraksezer/consistent
Consistent hashing with bounded loads in Golang
lafikl/consistent
A Go library that implements Consistent Hashing and Consistent Hashing With Bounded Loads.
q191201771/naza
🍀 Golang basic library. || Go语言基础库
libi/dcron
轻量分布式定时任务库 a lightweight distributed job scheduler library
q191201771/libchef
🍀 c++ standalone header-only basic library. || c++头文件实现无第三方依赖基础库
bitwalker/libring
A fast consistent hash ring implementation in Elixir
rabbitmq/rabbitmq-consistent-hash-exchange
RabbitMQ Consistent Hash Exchange Type
ultrabug/uhashring
Full featured consistent hashing python library compatible with ketama
arriqaaq/chord
Implementation of Chord DHT(Distributed Hash Table) paper
Kirov7/CouloyDB
CouloyDB is a storage engine that strikes a balance between performance and storage costs.
bootsrc/distarch
Java分布式系统架构。包括分布式锁,一致性哈希,分库分表,单点登录,缓存,消息队列等
gholt/ring
Consistent Hashing Partition Ring for Go (golang)
la3rence/websocket-cluster
一致性哈希实现有状态应用集群。Scalable spring-cloud project for WebSocket cluster with consistent-hashing algorithm. (inactive)
joney000/Java-Competitive-Programming
I've written some important Algorithms and Data Structures in an efficient way in Java with references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, LCS, Segment Tree, Sparce Table, All Pair Shortest Path, Binary Search, Matching and many more ...
edwingeng/doublejump
A revamped Google's jump consistent hash
dynatrace-oss/hash4j
Dynatrace hash library for Java
peanutzhen/peanutcache
🏠参考groupcache实现的分布式缓存,并在此基础上使用gRPC进行节点间通信,并用etcd作为服务注册与发现。
wdamron/go-anchorhash
A minimal-memory AnchorHash (consistent-hash) implementation for Go
simonalong/Doramon
个人工具汇总:一致性哈希工具,Bitmap工具,布隆过滤器参数生成器,Yaml和properties互转工具,一键式生成整个前后端工具,单机高性能幂等工具,zookeeper客户端工具,分布式全局id生成器,时间转换工具,Http封装工具
hungys/swimring
SwimRing - A Minimal Distributed Fault-Tolerant Key-Value Store built with SWIM Gossip Protocol and Consistent Hash Ring
bootsrc/flycache
一致性哈希的redis分片存储 (Redis sharding by consistent-hashing)
ishugaliy/allgood-consistent-hash
Consistent Hash Java Library
evasnowind/distributed-dev-learning
汇总、整理常用的分布式开发技术,给出demo,方便学习。包括数据分片、共识算法、一致性hash、分布式事务、非侵入的分布式链路追踪实现原理等内容。
arriqaaq/xring
An implementation of Consistent Hashing with Bounded Loads (using Red-Black tree)
ning1875/dynamic-sharding
用动态分片解决pushgateway高可用 单点 HA问题
sile/hash_ring
Implements consistent hashing in Erlang
domnikl/consistent-hashing
an implementation of Consistent Hashing in pure Ruby using an AVL tree
lithammer/python-jump-consistent-hash
Fast, minimal memory, consistent hash algorithm
gobwas/hashring
Consistent hashing hashring implementation.
mattnenterprise/rust-hash-ring
A consistent hashing library in Rust
andy2046/gopie
go patterns
vedhavyas/hashring
Consistent-hashing: Hash ring implementation in Go
anchorhash/cpp-anchorhash
AnchorHash - A Scalable Consistent Hash
ruoshan/lua-resty-jump-consistent-hash
consistent hash for openresty
sile/rendezvous_hash
A Rust implementation of Rendezvous hashing algorithm