simple-raft-rs / raft-rsLinks
A Rust implementation of the Raft consensus algorithm.
☆22Updated 3 years ago
Alternatives and similar repositories for raft-rs
Users that are interested in raft-rs are comparing it to the libraries listed below
Sorting:
- Modular, Asynchronous Implementation of a Log-Structured Merge Tree☆41Updated 3 weeks ago
- Adaptive Radix Trie implementation for fixed-length keys☆53Updated 3 weeks ago
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 4 months ago
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆59Updated 4 months ago
- A Write Ahead Log (WAL) implementation in Rust☆227Updated last year
- log for concurrent workloads, with support for atomic batches and in-order recovery☆36Updated 3 years ago
- Adaptive Radix Tree in Rust☆67Updated 7 years ago
- An Adaptive Radix Tree implementation.☆39Updated last year
- A low-level MVCC file format for storing blobs.☆63Updated last year
- A generic-purpose, atomic, ordered, zero-copy read, zero-cost (in-place) write, Write-Ahead Log implementation for Rust.☆22Updated 6 months ago
- This is a Rust implementation for popular caches (support no_std).☆109Updated 4 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- Framework for simulating distributed applications☆102Updated 5 years ago
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated 2 years ago
- Bw-Tree for Rust☆27Updated 2 years ago
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- A FoundationDB style deterministic testing framework for async/await Rust☆32Updated 5 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Library safely exposing the io_uring API.☆63Updated 3 months ago
- K.I.S.S. LSM-tree implementation in safe Rust☆232Updated this week
- Toy filesystem with support for zero-cost snapshots and clones☆39Updated last year
- An async RPC in rust-lang that mimics golang's net/rpc☆31Updated last year
- An implementation of Raft in Rust.☆39Updated 2 years ago
- Rust implementation of Paxos consensus algorithm☆110Updated 2 years ago
- Log-structured merge-tree implementation in Rust☆18Updated 6 years ago
- Performant time measuring in Rust☆191Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆79Updated 9 months ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆139Updated last year