carllerche / mini-raft
An implementation of Raft in Rust.
☆39Updated 2 years ago
Alternatives and similar repositories for mini-raft:
Users that are interested in mini-raft are comparing it to the libraries listed below
- scan-resistant concurrent lazy LRU☆58Updated last year
- super simple in-memory blocking LSM for constant-size keys and values☆69Updated last month
- log for concurrent workloads, with support for atomic batches and in-order recovery☆33Updated 2 years ago
- An Adaptive Radix Tree implementation.☆38Updated last year
- A low-level MVCC file format for storing blobs.☆63Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆111Updated last month
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- Adaptive Radix Trie implementation for fixed-length keys☆53Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Glommio Messaging Framework (GMF) is a high-performance RPC system designed to work with the Glommio framework.☆52Updated last year
- A global executor built on top of async-executor and smol☆74Updated 3 weeks ago
- Modular, Asynchronous Implementation of a Log-Structured Merge Tree☆38Updated last month
- Thread parking and unparking☆75Updated 2 months ago
- The simd optimized escape code☆53Updated this week
- A generic-purpose, atomic, ordered, zero-copy read, zero-cost (in-place) write, Write-Ahead Log implementation for Rust.☆20Updated 3 months ago
- Asynchronously speed-limiting multiple byte streams☆59Updated 6 months ago
- Thin immutable zero-copy byte slice☆31Updated 2 weeks ago
- Port of bbolt in Rust☆65Updated 6 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆71Updated 7 months ago
- bytes::BufMut implementation to count buffer size☆22Updated last month
- heap profiler for rust☆27Updated 2 weeks ago
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated 2 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 2 weeks ago
- An async RPC in rust-lang that mimics golang's net/rpc☆30Updated 11 months ago
- Object Pool LockFree in Rust☆46Updated 2 months ago
- Asynchronous DNS lookups☆65Updated 10 months ago
- Distributed key-value store.☆28Updated 3 years ago
- A rust crate with various helpers for writing production-ready servers in rust using async-std☆18Updated 4 years ago
- Rust implementation of Paxos consensus algorithm☆106Updated 2 years ago
- simple CASPaxos implementation written in rust on top of a simulator for finding bugs quickly☆140Updated 4 years ago