Crates.io | vsdb_slot_db |
lib.rs | vsdb_slot_db |
version | 3.0.0 |
source | src |
created_at | 2023-06-12 11:22:04.592528 |
updated_at | 2024-10-12 12:27:18.316217 |
description | A skip-list like index cache |
homepage | https://github.com/rust-util-collections/vsdb |
repository | https://github.com/rust-util-collections/vsdb |
max_upload_size | |
id | 888100 |
size | 34,770 |
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.
For examples, please check the embed test cases.