knizhnik / yakvLinks
Yet another key-value storage for Rust
☆72Updated 3 years ago
Alternatives and similar repositories for yakv
Users that are interested in yakv are comparing it to the libraries listed below
Sorting:
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆81Updated 10 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 5 months ago
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆59Updated 5 months ago
- scan-resistant concurrent lazy LRU☆61Updated last year
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆158Updated 3 weeks ago
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- Simple and modular write-ahead-logging implementation.☆25Updated last year
- log for concurrent workloads, with support for atomic batches and in-order recovery☆36Updated 3 years ago
- wait-free 4-level 64-bit pagetable for contiguous low-contention concurrent metadata☆40Updated 11 months ago
- small distributed database protocol☆31Updated 4 years ago
- fast hex☆92Updated last week
- rust database engineering toolkit☆33Updated 3 years ago
- INACTIVE - Safe Rust bindings for LMDB☆71Updated 2 years ago
- A fast and flexible LRU map.☆190Updated 6 months ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 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☆82Updated last year
- Adaptive Radix Tree in Rust☆67Updated 7 years ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆110Updated this week
- ☆50Updated 7 months ago
- Rust bindings for MDBX☆91Updated 2 weeks ago
- Raft distributed consensus for WebAssembly in Rust