| Crates.io | mmdb_slot_db |
| lib.rs | mmdb_slot_db |
| version | 0.1.1 |
| created_at | 2024-05-28 03:21:30.527304+00 |
| updated_at | 2024-06-28 02:55:24.63278+00 |
| description | A skip-list like index cache |
| homepage | https://github.com/rust-util-collections/mmdb |
| repository | https://github.com/rust-util-collections/mmdb |
| max_upload_size | |
| id | 1253936 |
| size | 34,280 |
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.
For examples, please check the embed test cases.