al8n / orderwal
A generic-purpose, atomic, ordered, zero-copy read, zero-cost (in-place) write, Write-Ahead Log implementation for Rust.
☆15Updated last week
Related projects ⓘ
Alternatives and complementary repositories for orderwal
- An Adaptive Radix Tree implementation.☆36Updated last year
- A lock-free thread-safe arena based Skiplist impelementation for building memtable.☆51Updated this week
- A low-level MVCC file format for storing blobs.☆63Updated 8 months ago
- Adaptive Radix Trie implementation for fixed-length keys☆53Updated 9 months ago
- scan-resistant concurrent lazy LRU☆57Updated last year
- super simple in-memory blocking LSM for constant-size keys and values☆66Updated last year
- Modular, Asynchronous Implementation of a Log-Structured Merge Tree☆32Updated 2 weeks ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated last year
- log for concurrent workloads, with support for atomic batches and in-order recovery☆30Updated 2 years ago
- An implementation of Raft in Rust.☆39Updated last year
- Log search engine on object storages☆16Updated 3 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆66Updated 2 months ago
- ☆45Updated last month
- Hiqlite - highly-available, embeddable, raft-based SQLite + cache☆39Updated last week
- JSONB implement in rust☆65Updated 2 weeks ago
- Framework for simulating distributed applications☆96Updated 4 years ago
- K.I.S.S. LSM-tree implementation in safe Rust☆100Updated this week
- Benchmarking library for stable Rust☆29Updated this week
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆57Updated this week
- Bigtable but smol☆20Updated this week
- Layered configuration system built upon serde☆31Updated last year
- A global executor built on top of async-executor and smol☆74Updated 5 months ago
- Rust implementation of MurmurHash3.☆11Updated 2 years ago
- A low-level I/O ownership and borrowing library☆100Updated 11 months ago
- A benchmarking harness for concurrent key-value collections☆116Updated last year
- Value log implementation for key-value separated storage in safe Rust☆21Updated last week
- Calculate the next timestamp matching a given crontab pattern☆49Updated 2 weeks ago
- An async RPC in rust-lang that mimics golang's net/rpc☆29Updated 6 months ago
- Pure-Rust implementation of Fast Static Symbol Tables string compression☆94Updated this week
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆75Updated 3 weeks ago