lsmdb

Crates.iolsmdb
lib.rslsmdb
version0.4.1
sourcesrc
created_at2023-06-08 17:12:20.51493
updated_at2023-06-27 12:38:16.855948
descriptionlsmdb is an efficient storage engine that implements the Log-Structured Merge Tree (LSM-Tree) data structure, designed specifically for handling key-value pairs.
homepage
repositoryhttps://github.com/roynrishingha/lsmdb
max_upload_size
id885616
size107,346
Nrishinghananda Roy (roynrishingha)

documentation

https://docs.rs/lsmdb/

README

lsmdb

github crates.io docs.rs CI

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.

Commit count: 38

cargo fmt