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.☆79Updated 9 months ago
- scan-resistant concurrent lazy LRU☆60Updated last year
- A low-level MVCC file format for storing blobs.☆63Updated last year
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆59Updated 3 months ago
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 3 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆155Updated 3 weeks ago
- An LRU cache implementation with constant time operations and weighted semantic.☆44Updated 5 months ago
- ☆47Updated 6 months ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆35Updated 3 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- Non-interleaving multithreaded output queue☆71Updated 2 weeks ago
- Simple and modular write-ahead-logging implementation.☆25Updated last year
- A fast and flexible LRU map.☆185Updated 5 months ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- fast hex☆92Updated 3 months ago
- A global executor built on top of async-executor and smol☆74Updated 3 months ago
- Fast byte array to hex string conversion☆47Updated last month
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- ☆33Updated 2 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- Memory validation framework for Rust☆68Updated 4 months ago
- rust bindings of snmalloc☆136Updated 2 months ago
- Cross-platform implementation of cross-process named locks☆35Updated last year
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated last year
- Asynchronously speed-limiting multiple byte streams☆61Updated 8 months ago
- rust database engineering toolkit☆33Updated 3 years ago
- Runtime-agnostic actor library☆77Updated 2 years ago
- Bw-Tree for Rust☆27Updated 2 years ago