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.☆84Updated last year
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆62Updated 7 months ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- scan-resistant concurrent lazy LRU☆63Updated 2 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆72Updated 8 months ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Simple and modular write-ahead-logging implementation.☆25Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆166Updated last month
- Rust interface for Linux futexes, the fast user-space locking primitive.☆91Updated last year
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- small distributed database protocol☆31Updated 4 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☆85Updated 2 years ago
- A fast and flexible LRU map.☆193Updated 9 months ago
- Framework for simulating distributed applications☆104Updated 5 years ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- rust database engineering toolkit☆32Updated 4 years ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- fast hex☆94Updated 2 months ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- wait-free 4-level 64-bit pagetable for contiguous low-contention concurrent metadata☆41Updated last year
- Cross-platform implementation of cross-process named locks☆38Updated last year
- Rust bindings for MDBX☆93Updated last month
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Asynchronously speed-limiting multiple byte streams☆66Updated last year
- ☆51Updated 10 months ago
- Adaptive Radix Tree in Rust☆68Updated 7 years ago
- Non-interleaving multithreaded output queue☆73Updated this week
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated last month