knizhnik / yakvLinks
Yet another key-value storage for Rust
☆71Updated 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 8 months ago
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆58Updated 3 months ago
- scan-resistant concurrent lazy LRU☆58Updated last year
- A low-level MVCC file format for storing blobs.☆63Updated last year
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- A fast and flexible LRU map.☆183Updated 4 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- log for concurrent workloads, with support for atomic batches and in-order recovery☆33Updated 3 years ago
- ☆47Updated 5 months ago
- Simple and modular write-ahead-logging implementation.☆25Updated last year
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated 11 months ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆70Updated 3 months ago
- Memory validation framework for Rust☆68Updated 3 months ago
- Non-interleaving multithreaded output queue☆71Updated 2 months ago
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated last year
- Framework for simulating distributed applications☆101Updated 5 years ago
- Fast byte array to hex string conversion☆46Updated 2 weeks ago
- Adaptive Radix Trie implementation for fixed-length keys☆53Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆44Updated 5 months ago
- This is a project to learn how to implement instruction dispatch in Rust.☆23Updated 11 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆154Updated this week
- Adaptive Radix Tree in Rust☆67Updated 7 years ago
- rust database engineering toolkit☆33Updated 3 years ago
- A simple concurrent caching library that might fit to many use cases☆131Updated 4 months ago
- ☆194Updated last year
- Cross-platform implementation of cross-process named locks☆35Updated last year
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago