carllerche / mini-raftLinks
An implementation of Raft in Rust.
☆39Updated 3 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☆73Updated 10 months ago
- scan-resistant concurrent lazy LRU☆63Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 10 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆87Updated last year
- A low-level I/O ownership and borrowing library☆106Updated 4 months ago
- A global executor built on top of async-executor and smol☆75Updated 4 months ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- rust database engineering toolkit☆35Updated 4 years ago
- A Write Ahead Log (WAL) implementation in Rust☆234Updated 2 years ago
- Rust implementation of Paxos consensus algorithm☆115Updated 2 years ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Heph is an actor library for Rust based on asynchronous functions.☆150Updated 3 weeks ago
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated 4 months ago
- The simd optimized escape code☆54Updated 3 weeks ago
- Thread parking and unparking☆79Updated 11 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 4 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated 2 months ago
- Pillars for Transactional Systems and Data Grids☆133Updated last year
- Modular, Asynchronous Implementation of a Log-Structured Merge Tree☆43Updated 6 months ago
- An Adaptive Radix Tree implementation.☆45Updated 4 months ago
- Async filesystem primitives☆141Updated last month
- Glommio Messaging Framework (GMF) is a high-performance RPC system designed to work with the Glommio framework.☆56Updated 2 years ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- Library safely exposing the io_uring API.☆70Updated last month
- ☆52Updated last year
- Adaptive Radix Tree in Rust☆67Updated 7 years ago
- A high-performance SPSC bounded circular buffer of bytes☆51Updated 5 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last month