A C++ implementation of RAFT consensus algorithm
☆21Dec 21, 2019Updated 6 years ago
Alternatives and similar repositories for cherry
Users that are interested in cherry are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于协程和事件循环的c++网络库☆63Dec 20, 2019Updated 6 years ago
- build a simple key value store based on LSM tree like rocksdb/leveldb☆41Mar 16, 2020Updated 6 years ago
- JSON parser/generator in C++17☆18May 10, 2018Updated 7 years ago
- My notes for reading leveldb☆11Apr 19, 2024Updated last year
- An C++ implementation of RAFT consensus algorithm based on jrpc