A universal Consistent Hash implementation in Java, which supports virtual nodes and user defined hash function
☆359Aug 6, 2020Updated 5 years ago
Alternatives and similar repositories for ConsistentHash
Users that are interested in ConsistentHash are comparing it to the libraries listed below
Sorting:
- Rendezvous or Highest Random Weight (HRW) hashing algorithm☆198May 5, 2015Updated 10 years ago
- 一个高性能二级缓存实现, 内存LRU缓存 + 磁盘文件持久化缓存。☆62Oct 13, 2020Updated 5 years ago
- 信也科技MQ消息系统☆491Dec 16, 2022Updated 3 years ago
- Kill Bill reusable Java components☆142Nov 24, 2025Updated 3 months ago
- 按权重以指定概率/比例的方式获取元素的Java实现工具类,适用场景如:流量分配、负载均衡、随机挑选等☆10Dec 30, 2021Updated 4 years ago
- Confucius Commons project is focus on Java commons utility library , it's not a duplicate for Apache Commons or Spring , but supplement. …☆146Apr 17, 2023Updated 2 years ago
- An support project of Spring Web MVC☆42Jul 12, 2018Updated 7 years ago
- Java Specification Requests☆2,015May 26, 2024Updated last year
- 演示Arthas排查Dubbo问题的Demo☆89Jul 12, 2025Updated 7 months ago
- Segment Fault 在线讲堂 代码工程☆1,443Dec 27, 2025Updated 2 months ago
- 小马哥书籍《Spring Boot 编程思想》示例工程☆1,919May 26, 2023Updated 2 years ago
- 一致性hash算法☆46Nov 28, 2022Updated 3 years ago
- An internal support project for spring-context in Alibaba☆155Feb 2, 2024Updated 2 years ago
- 极客时间课 程工程☆885Jul 6, 2023Updated 2 years ago
- Dubbo Registry support for Nacos☆14Oct 29, 2018Updated 7 years ago
- 程序员进阶书籍/视频,持续更新(Programmer Books)☆38May 14, 2024Updated last year
- Java 并发编程知识梳理以及常见处理模式 features and patterns