metang326 / consistent_hashing_cppLinks
c++模拟实现一致性哈希,使用了虚拟节点,具有插入数据功能,在新增实际节点或者删除实际节点时,会对虚拟节点上的数据进行迁移
☆21Updated 5 years ago
Alternatives and similar repositories for consistent_hashing_cpp
Users that are interested in consistent_hashing_cpp are comparing it to the libraries listed below
Sorting:
- 基于协程和事件循环的c++网络库☆60Updated 5 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆60Updated 7 years ago
- 动手写全文搜索引擎☆10Updated 5 years ago
- some different implementations of queue and test result☆33Updated 2 years ago
- 📚一个三级缓存的高并发内存池☆60Updated 6 years ago
- Multithreaded network library in C++17☆93Updated 3 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆86Updated 4 years ago
- A high performance multithread C++ network library for linux.☆66Updated 5 years ago
- ☆34Updated 6 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆79Updated 7 years ago
- Tiny and simple c++ rpc library☆86Updated 7 years ago
- a mini implementation of muduo☆129Updated 11 years ago
- 腾讯开源框架Tars源码学习笔记---从头搭建Tars rpc☆110Updated 6 years ago
- 简单有效的内存池实现☆98Updated 9 years ago
- A lightweight c++11 symetric coroutine library which can be used for network programming.☆47Updated 4 years ago
- 高性能的c++日志库☆69Updated 4 years ago
- c++高性能内存池☆11Updated 4 years ago
- ☆40Updated 6 years ago
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆207Updated 2 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Updated 6 years ago
- 基于C++11的muduo网络库☆118Updated 4 years ago
- 协程的简单实现☆52Updated 3 years ago
- 一个自己封装的基于reactor的c++网络库☆37Updated 9 years ago
- libevent source code analysis☆62Updated 2 years ago
- 自己用C++实现小型Redis☆34Updated 6 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Updated 6 years ago
- muduo v1.0.4的注释版☆92Updated 10 years ago
- RPC远程调用框架☆26Updated 4 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 8 years ago