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:
- super simple in-memory blocking LSM for constant-size keys and values☆70Updated 3 months ago
- scan-resistant concurrent lazy LRU☆58Updated last year
- A low-level MVCC file format for storing blobs.☆63Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Asynchronously speed-limiting multiple byte streams☆61Updated 7 months ago
- An Adaptive Radix Tree implementation.☆39Updated last year
- The simd optimized escape code☆54Updated last week
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- A rust crate with various helpers for writing production-ready servers in rust using async-std☆18Updated 4 years ago
- Pure Rust Distributed Hash Table☆37Updated 9 years ago
- Thin immutable zero-copy byte slice☆42Updated 3 weeks ago
- Adaptive Radix Trie implementation for fixed-length keys☆53Updated last year
- log for concurrent workloads, with support for atomic batches and in-order recovery☆33Updated 3 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆113Updated 3 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆79Updated 8 months ago
- Layered configuration system built upon serde☆32Updated 3 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- ☆19Updated 2 years ago
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 5 years ago
- Port of bbolt in Rust☆65Updated 7 months ago
- Object Pool LockFree in Rust☆46Updated 4 months ago
- bytes::BufMut implementation to count buffer size☆22Updated last week
- Rust implementation of MurmurHash3.☆11Updated 3 years ago
- A high-performance SPSC bounded circular buffer of bytes☆47Updated last month
- A plugin for Criterion.rs to measure Linux perf events.☆42Updated last year
- Glommio Messaging Framework (GMF) is a high-performance RPC system designed to work with the Glommio framework.☆54Updated last year
- A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust☆27Updated last year
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- ☆12Updated 6 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 9 months ago