vsdb_slot_db

Crates.iovsdb_slot_db
lib.rsvsdb_slot_db
version1.0.0
sourcesrc
created_at2023-06-12 11:22:04.592528
updated_at2024-06-28 03:28:48.979676
descriptionA skip-list like index cache
homepagehttps://github.com/rust-util-collections/vsdb
repositoryhttps://github.com/rust-util-collections/vsdb
max_upload_size
id888100
size34,521
中正 (haxjump)

documentation

README

GitHub top language Latest Version Rust Documentation Minimum rustc version

Slot DB

A Skip List-like index cache, based on the powerful vsdb 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: 363

cargo fmt