purecpp-org / raftcppLinks
A RAFT implementation to help build your RAFT service in 1 minute.
☆67Updated 2 years ago
Alternatives and similar repositories for raftcpp
Users that are interested in raftcpp are comparing it to the libraries listed below
Sorting:
- C++ raft lib☆136Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆104Updated 5 years ago
- ioCoro is an async-IO service framework based on cpp20Coroutine☆76Updated last year
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- Tunnel is a Pipeline Execution Engine based on C++20 coroutine☆30Updated last year
- C++ implementation of raft consensus☆265Updated 2 years ago
- modern c++ raft library☆47Updated 5 years ago
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆222Updated 7 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 7 years ago
- Yet Another RAFT implementation☆126Updated 6 years ago
- 文档数据库mongodb kv存储引擎wiredtiger源码详细分析注释☆66Updated last week
- 无锁链表vs加锁链表(性能对比)☆37Updated 6 years ago
- 基于协程和事件循环的c++网络库☆58Updated 5 years ago
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆203Updated last year
- c++20 coroutine with epoll and queue☆103Updated last year
- Nuft is an C++17 implementation of the Raft consensus algorithm.☆26Updated 3 years ago
- 一个使用 B-Tree 作为索引,基于 MMap 的嵌入式键值数据库☆14Updated 4 months ago
- A c++ develop toolkit☆34Updated 7 years ago
- A raft consensus implementation that is simply and understandable☆152Updated 5 years ago
- Probably the best implementation for SkipList written by C++☆123Updated 2 years ago
- A Raft based K-V database implemented with cpp.☆38Updated 5 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- A high performance network library, for Pika https://github.com/OpenAtomFoundation/pika☆81Updated 2 years ago
- A high performance multithread C++ network library for linux.☆66Updated 5 years ago
- Based on cppfreemock and gmock, can mock global function, member (virtual/nonvirtual) function, class static function without changing so…☆32Updated 8 years ago
- A stripped-down, portable version of boost::context☆51Updated 2 years ago
- myrocks and rocksdb source code analysis(myrocks/rocksdb源码解析)☆78Updated 4 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆79Updated 7 years ago
- C++20协程net,基于epoll,可以方便地使用await语法☆29Updated last year
- A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into s…☆141Updated 6 years ago