knizhnik / yakvLinks
Yet another key-value storage for Rust
☆72Updated 4 years ago
Alternatives and similar repositories for yakv
Users that are interested in yakv are comparing it to the libraries listed below
Sorting:
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆65Updated 11 months ago
- scan-resistant concurrent lazy LRU☆63Updated 2 years ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- super simple in-memory blocking LSM for constant-size keys and values☆73Updated 11 months ago
- Simple and modular write-ahead-logging implementation.☆25Updated last year
- wait-free 4-level 64-bit pagetable for contiguous low-contention concurrent metadata☆41Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆193Updated last month
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- small distributed database protocol☆31Updated 5 years ago
- rust database engineering toolkit☆35Updated 4 years ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- FST (Fast Succinct Trie) implementation in Rust☆26Updated 6 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆87Updated 2 years ago
- ☆52Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- Framework for simulating distributed applications☆105Updated 5 years ago
- Rust bindings for MDBX☆95Updated last month
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- A fast and flexible LRU map.☆199Updated last year
- Non-interleaving multithreaded output queue☆79Updated last month
- Scalable and lock-free memory reclamation system☆37Updated last month
- A global executor built on top of async-executor and smol☆75Updated 5 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated last week
- Sparse Merkle tree for a key-value map.☆24Updated 3 years ago
- fast hex☆98Updated 6 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated last week
- Adaptive Radix Trie implementation for fixed-length keys☆54Updated 6 months ago
- Rust implementation of Paxos consensus algorithm☆115Updated 3 years ago
- Examples of asynchronous programming in Rust☆50Updated 4 years ago