RedisLabs / raftLinks
C implementation of the Raft Consensus protocol, BSD licensed
☆72Updated last year
Alternatives and similar repositories for raft
Users that are interested in raft are comparing it to the libraries listed below
Sorting:
- The C++ TiKV client used by TiFlash.☆39Updated 2 weeks ago
- A data structure and algorithm library built for TerarkDB☆62Updated 3 years ago
- RemixDB: A read- and write-optimized concurrent KV store. Fast point and range queries. Extremely low write-amplification.☆101Updated 2 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆173Updated 8 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆100Updated 6 years ago
- A fork of Couchbase ForestDB project, aiming at making it simple and generic☆18Updated 2 months ago
- Hiactor is a distributed C++ actor framework.☆112Updated last year
- An embedded key-value store library specialized for building state machine and log store☆232Updated last month
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 3 years ago
- BLInk Tree logic - storage and locking experiment☆27Updated 10 years ago
- QSBR and EBR library☆121Updated 5 years ago
- LeanStore is a larger-than-memory database, optimized for NVMe SSD and multi-core CPU, achieves performance close to in-memory systems wi…☆39Updated 2 weeks ago
- An adaptive radix tree for efficient indexing in main memory.☆161Updated last year
- A working project for High-concurrency B-tree source code in C☆250Updated 4 years ago
- A cache-efficiency weight balanced binary tree☆69Updated 11 years ago
- A data structure and algorithm library built for ToplingDB☆59Updated last week
- Yet Another RAFT implementation☆126Updated 6 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 9 years ago
- A curated list of resources related to Seastar, an industrial-grade C++ framework for building high-performance servers.☆104Updated 9 months ago
- Adaptive Radix Tree in C++☆45Updated last week
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- An attempt to split the Raft library out of LogCabin☆37Updated 7 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 13 years ago
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 7 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆46Updated 3 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated 2 years ago
- Specifying and Verfying concensus algorithms in PolarDB using TLA+☆54Updated 9 months ago
- A library implements REDIS commands(Strings, Hashes, Lists, Sorted Sets, Sets, Keys, HyperLogLog) based on rocksdb, as the storage layer …☆99Updated last year
- Hermes: a fault-tolerant replication protocol, implemented over RDMA, guaranteeing linearizability and achieving low latency and high thr…☆169Updated last year