al8n / orderwal
A generic-purpose, atomic, ordered, zero-copy read, zero-cost (in-place) write, Write-Ahead Log implementation for Rust.
☆22Updated 4 months ago
Alternatives and similar repositories for orderwal
Users that are interested in orderwal are comparing it to the libraries listed below
Sorting:
- Adaptive Radix Trie implementation for fixed-length keys☆53Updated last year
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆58Updated 2 months ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆33Updated 3 years ago
- An implementation of Raft in Rust.☆39Updated 2 years ago
- A low-level MVCC file format for storing blobs.☆63Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated last week
- scan-resistant concurrent lazy LRU☆58Updated last year
- super simple in-memory blocking LSM for constant-size keys and values☆69Updated 2 months ago
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated 2 years ago
- 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
- Port of bbolt in Rust☆65Updated 7 months ago
- ☆41Updated last month
- An Adaptive Radix Tree implementation.☆39Updated last year
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- Layered configuration system built upon serde☆32Updated 2 months ago
- ☆47Updated 5 months ago
- Modular, Asynchronous Implementation of a Log-Structured Merge Tree☆39Updated 2 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 7 months ago
- Alternative future adapters that provide cancel safety.☆63Updated last week
- FoundationDB client API for Tokio☆45Updated last year
- A high-performance SPSC bounded circular buffer of bytes☆47Updated last month
- ☆42Updated this week
- An async RPC in rust-lang that mimics golang's net/rpc☆31Updated last year
- Asynchronous DNS lookups☆65Updated 11 months ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆56Updated last week
- hRPC implementation in Rust.☆24Updated 3 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆78Updated 8 months ago
- Reports when tokio runtime threads are blocking☆64Updated 8 months ago