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 3 years ago
- A low-level I/O ownership and borrowing library☆106Updated 5 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- A global executor built on top of async-executor and smol☆75Updated 4 months ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- A low-level MVCC file format for storing blobs.☆64Updated last year
- rust database engineering toolkit☆35Updated 4 years ago
- A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust☆30Updated 2 years ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 2 months ago
- Rust implementation of Paxos consensus algorithm☆115Updated 2 years ago
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated 5 months ago
- Framework for simulating distributed applications☆104Updated 5 years ago
- Lightning fast concurrent HyperLogLog for Rust.☆44Updated 5 months ago
- Memory database☆58Updated last year
- Thread parking and unparking☆81Updated 11 months ago
- Adaptive Radix Tree in Rust☆67Updated 7 years ago
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated 2 months ago
- A high-performance SPSC bounded circular buffer of bytes☆51Updated this week
- Heph is an actor library for Rust based on asynchronous functions.☆150Updated last month
- cross-platform Rust API for memory mapped IO☆42Updated last year
- ☆52Updated last year
- Port of bbolt in Rust☆66Updated last year
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Async filesystem primitives☆142Updated 2 months ago
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆63Updated 10 months ago