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:
- 📚一个三级缓存的高并发内存池☆58Updated 6 years ago
- A lightweight c++11 symetric coroutine library which can be used for network programming.☆47Updated 4 years ago
- 动手写全文搜索引擎☆10Updated 4 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆60Updated 7 years ago
- 基于协程和事件循环的c++网络库☆60Updated 5 years ago
- Multithreaded network library in C++17☆91Updated 3 years ago
- A high performance multithread C++ network library for linux.☆66Updated 5 years ago
- 简单有效的内存池实现☆96Updated 9 years ago
- some different implementations of queue and test result☆32Updated 2 years ago
- ☆45Updated 2 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- 高性能的c++日志库☆70Updated 4 years ago
- 基 于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆85Updated 4 years ago
- 一个自己封装的基于reactor的c++网络库☆36Updated 9 years ago
- ☆22Updated 3 years ago
- muduo v1.0.4的注释版☆92Updated 9 years ago
- Tiny and simple c++ rpc library☆85Updated 7 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆79Updated 7 years ago
- RPC远程调用框架☆26Updated 4 years ago
- 基于C++11的muduo网络库☆112Updated 4 years ago
- In this repository, I can teach you how to write an excellent rpc lib using C++.☆74Updated 5 years ago
- 多进程+数据库连接池+Epoll+FastDFS。其主要工作流程是由父进程维护一个监听socket,然后当有接到连接请求时,通过管道通知子进程来与新的客户端建立连接,并且将其添加到子进程维护的epoll上。这样每个子进程相当于实际的工作进程,父进程只负责客户端连接请求的分发…☆9Updated 4 years ago
- 无锁链表vs加锁链表(性能对比)☆37Updated 6 years ago
- a mini implementation of muduo☆129Updated 11 years ago
- libevent source code analysis☆62Updated 2 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆71Updated 5 years ago
- simple,pure IO☆110Updated 2 years ago
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆73Updated 5 years ago
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆192Updated 5 years ago
- 【muduo 源码解析】☆46Updated 3 years ago