Fullstop000 / wickdb
Pure Rust LSM-tree based embedded storage engine
☆627Updated last year
Alternatives and similar repositories for wickdb:
Users that are interested in wickdb are comparing it to the libraries listed below
- A persistent key-value storage in rust.☆852Updated 9 months ago
- RiteRaft - A raft framework, for regular people☆323Updated 11 months ago
- A high-performance storage engine for modern hardware and platforms.☆509Updated 2 years ago
- A reimplementation of LevelDB in Rust (no bindings).☆531Updated 2 months ago
- Rust Client for TiKV.☆391Updated 3 months ago
- The lightest distributed consensus library. Run your own replicated state machine! ❤️☆430Updated 2 years ago
- A persistent storage engine for Multi-Raft log☆576Updated last month
- An implementation of the Raft distributed consensus protocol using the Tokio framework.☆1,048Updated last year
- rust wrapper for rocksdb☆281Updated last week
- On-Disk B+ Tree implemented in Rust☆203Updated 4 years ago
- Ekv is a distributed key-value store, used as a cache, database, and storage engine.☆783Updated 2 months ago
- A distributed POSIX filesystem based on TiKV, with partition tolerance and strict consistency.☆360Updated 6 months ago
- A persistent B+Tree (clustered index) implementation in Rust.☆287Updated 6 months ago
- rust raft with improvements☆1,456Updated this week
- Pure Rust library for Apache ZooKeeper built on MIO☆206Updated 10 months ago
- Extremely fast tracing library for Rust☆743Updated 6 months ago
- pure rust io_uring library, built on libc, thread & async friendly, misuse resistant☆943Updated 2 years ago
- Another OLAP database☆317Updated 3 years ago
- Rust allocator using jemalloc as a backend☆411Updated 3 years ago
- Rust SQL parser written using nom