3 unstable releases
0.4.1 | Jun 27, 2023 |
---|---|
0.4.0 | Jun 27, 2023 |
0.3.0 | Jun 9, 2023 |
0.2.0 |
|
0.1.0 |
|
#143 in Database implementations
27 downloads per month
81KB
936 lines
lsmdb
The lsmdb
is a LSM (Log-Structured Merge) Tree storage engine, a disk-based storage engine designed for efficient read and write operations.
It utilizes a combination of in-memory and on-disk data structures to provide fast data retrieval and durability.
lib.rs
:
lsmdb
lsmdb
is an efficient storage engine that implements the Log-Structured Merge Tree (LSM-Tree) data structure, designed specifically for handling key-value pairs.
Author: Nrishinghananda Roy
Dependencies
~1.5MB
~20K SLoC