mmdb_slot_db

Crates.iommdb_slot_db
lib.rsmmdb_slot_db
version0.1.1
sourcesrc
created_at2024-05-28 03:21:30.527304
updated_at2024-06-28 02:55:24.63278
descriptionA skip-list like index cache
homepagehttps://github.com/rust-util-collections/mmdb
repositoryhttps://github.com/rust-util-collections/mmdb
max_upload_size
id1253936
size34,280
(ktmlm)

documentation

README

Latest Version Rust Documentation

Slot DB

A Skip List-like index cache, based on the powerful mmdb crate.

If you have a big key-value database, and you need high-performance pagination display or data analysis based on that data, then this crate may be a great tool for you.

Usage

For examples, please check the embed test cases.

Commit count: 384

cargo fmt