datatechnology / cornerstoneLinks
C++ implementation of raft consensus
☆265Updated 2 years ago
Alternatives and similar repositories for cornerstone
Users that are interested in cornerstone are comparing it to the libraries listed below
Sorting:
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- Yet Another RAFT implementation☆126Updated 6 years ago
- An embedded key-value store library specialized for building state machine and log store☆233Updated 3 weeks ago
- C++ raft lib☆136Updated 2 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated 2 years ago
- A raft consensus implementation that is simply and understandable☆321Updated 6 years ago
- Key/Value Datastore for Persistent Memory☆400Updated 2 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆175Updated 8 years ago
- C++ implementation of Raft core logic as a replication library☆1,105Updated last week
- Coroutine-Oriented Main-Memory Database Engine (VLDB 2021)☆249Updated 3 years ago
- An adaptive radix tree for efficient indexing in main memory.☆161Updated last year
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- High-Performance C++ Data System☆126Updated last year
- A working project for High-concurrency B-tree source code in C☆251Updated 4 years ago
- network library based on io_uring and C++20 coroutine