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☆72Updated 9 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆116Updated 9 months ago
- scan-resistant concurrent lazy LRU☆63Updated 2 years ago
- A low-level I/O ownership and borrowing library☆105Updated 3 months ago
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated 4 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last month
- Port of bbolt in Rust☆65Updated last year
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- The simd optimized escape code☆54Updated this week
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Thread parking and unparking☆79Updated 10 months ago
- A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust☆30Updated 2 years ago
- Asynchronous DNS lookups☆67Updated last year
- ☆39Updated 5 years ago
- A global executor built on top of async-executor and smol☆75Updated 3 months ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- Rust implementation of Paxos consensus algorithm☆115Updated 2 years ago
- Pillars for Transactional Systems and Data Grids☆133Updated last year
- A fast implementation of single-pattern substring search using SIMD acceleration.☆99Updated last month
- Async filesystem primitives☆140Updated last month
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last month
- A Write Ahead Log (WAL) implementation in Rust☆232Updated 2 years ago
- Adaptive Radix Tree in Rust☆67Updated 7 years ago
- Data parallelism library for async-std.☆96Updated last year
- Lightning fast concurrent HyperLogLog for Rust.☆44Updated 4 months ago
- Framework for simulating distributed applications☆104Updated 5 years ago
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- A high-performance SPSC bounded circular buffer of bytes☆50Updated 5 months ago