khonsulabs / sediment
A low-level MVCC file format for storing blobs.
☆63Updated last year
Alternatives and similar repositories for sediment:
Users that are interested in sediment are comparing it to the libraries listed below
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆41Updated 10 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆70Updated 6 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆58Updated this week
- scan-resistant concurrent lazy LRU☆58Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆109Updated 2 weeks ago
- Port of bbolt in Rust☆65Updated 5 months ago
- Modular, Asynchronous Implementation of a Log-Structured Merge Tree☆38Updated last week
- A concise, self-describing binary format written in Rust for Serde☆64Updated 6 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆69Updated 2 weeks ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆81Updated this week
- A high-performance SPSC bounded circular buffer of bytes☆47Updated 8 months ago
- An async RPC in rust-lang that mimics golang's net/rpc☆29Updated 10 months ago
- Runtime-agnostic actor library☆77Updated last year
- A global executor built on top of async-executor and smol☆73Updated 2 weeks ago
- An Adaptive Radix Tree implementation.☆38Updated last year
- Lending iterators on stable Rust☆81Updated last year
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…