carllerche / mini-raftLinks
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
Sorting:
- scan-resistant concurrent lazy LRU☆60Updated last year
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 3 months ago
- Adaptive Radix Trie implementation for fixed-length keys☆53Updated 2 weeks ago
- A low-level MVCC file format for storing blobs.☆63Updated last year
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- rust database engineering toolkit☆33Updated 3 years ago
- A global executor built on top of async-executor and smol☆74Updated 3 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆114Updated 3 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- The simd optimized escape code☆54Updated last week
- A rust crate with various helpers for writing production-ready servers in rust using async-std☆18Updated 5 years ago
- ☆39Updated 5 years ago
- bytes::BufMut implementation to count buffer size☆22Updated last month
- Asynchronously speed-limiting multiple byte streams☆61Updated 8 months ago
- Object Pool LockFree in Rust☆46Updated 4 months ago
- A concurrent lock-free hash map for Rust.☆21Updated 4 years ago
- Pure Rust Distributed Hash Table☆37Updated 9 years ago
- Port of bbolt in Rust☆65Updated 8 months ago
- FoundationDB client API for Tokio☆46Updated last year
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 10 months ago
- ☆33Updated 2 years ago
- Glommio Messaging Framework (GMF) is a high-performance RPC system designed to work with the Glommio framework.☆54Updated last year
- Modular, Asynchronous Implementation of a Log-Structured Merge Tree☆41Updated last week
- log for concurrent workloads, with support for atomic batches and in-order recovery☆35Updated 3 years ago
- Framework for simulating distributed applications☆102Updated 5 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆79Updated 9 months ago
- A generic-purpose, atomic, ordered, zero-copy read, zero-cost (in-place) write, Write-Ahead Log implementation for Rust.☆22Updated 5 months ago
- A fast implementation of single-pattern substring search using SIMD acceleration.☆96Updated 8 months ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago