XuDaHaoRen / raft_kvView external linksLinks
基于 C++ 实现的 Etcd kv 存储系统
☆14May 21, 2023Updated 2 years ago
Alternatives and similar repositories for raft_kv
Users that are interested in raft_kv are comparing it to the libraries listed below
Sorting:
- An C++ implementation of RAFT consensus algorithm based on jrpc☆79May 16, 2018Updated 7 years ago
- 基于跳表实现的键值型存储引擎☆12Jun 21, 2021Updated 4 years ago
- C++ header only multi-paxos library.☆41Mar 30, 2022Updated 3 years ago
- A C++ implementation of RAFT consensus algorithm based on asio☆21May 27, 2022Updated 3 years ago
- 基于MySQL的分布式数据库☆22Jan 10, 2019Updated 7 years ago
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨☆24Nov 19, 2018Updated 7 years ago
- 使用unet模型结构在Tusimple数据集上训练得到预测车道线的效果。☆10Dec 27, 2021Updated 4 years ago
- 重写了 sylar 项目,添加了协程间的同步机制,添加了一个协程间通信的 Chan 结构。添加了一个 RPC 调用库☆13Jun 29, 2024Updated last year
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…