resetius / miniraft-cppLinks
Raft Consensus Algorithm. Uses in-house C++20 coroutines-based library for communications. Tested with unit-tests.
☆56Updated 10 months ago
Alternatives and similar repositories for miniraft-cpp
Users that are interested in miniraft-cpp are comparing it to the libraries listed below
Sorting:
- Networking library using C++ coroutines☆112Updated 2 months ago
- High performance HTTP server built on C++20 coroutines and io_uring☆178Updated last year
- network library based on io_uring and C++20 coroutine☆110Updated 5 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆338Updated last year
- C++ implementation of raft consensus☆272Updated 2 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 10 years ago
- Modern C++ B-tree containers☆280Updated 2 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆150Updated 6 years ago
- Key/Value NoSQL database that utilize LSM trees☆40Updated last month
- C implementation of the Raft Consensus protocol, BSD licensed☆82Updated 2 years ago
- OZO is a C++17 Boost.Asio based header-only library for asyncronous communication with PostgreSQL DBMS.☆233Updated 2 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 3 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆69Updated 2 years ago
- Very fast lock-free queue (thread safe)☆179Updated 6 months ago
- Hiactor is a distributed C++ actor framework.☆118Updated last year
- ☆22Updated 2 months ago
- Yet Another Concurrency Library☆290Updated last month
- Lightweight structured concurrency for C++20☆158Updated last month
- Asynchronous IO for C++20☆18Updated 2 years ago
- Source code for example programs from Lord of the io_uring guide☆197Updated last year
- A distributed Google File System (GFS), partially implemented in C++. (http://bit.ly/gfs-impl)☆82Updated 7 months ago
- An implementation of the actor model in modern C++☆24Updated 3 years ago
- Implementation of the networking proposal P2762☆75Updated last month
- A runtime for writing asynchronous applications with Modern C++, based on C++20 coroutine and liburing (io-uring)☆110Updated 10 months ago
- Coroutine-Oriented Main-Memory Database Engine (VLDB 2021)☆251Updated 4 years ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆120Updated last year
- Lock-free implementation of the token bucket algorithm in C++☆62Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- An embedded key-value store library specialized for building state machine and log store☆237Updated 3 weeks ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago