| Crates.io | llkv-btree |
| lib.rs | llkv-btree |
| version | 0.1.0-alpha |
| created_at | 2025-09-03 20:29:28.192723+00 |
| updated_at | 2025-09-03 20:29:28.192723+00 |
| description | Generic, paged B+Tree with batch-only pager I/O for the LLKV toolset. |
| homepage | |
| repository | https://github.com/jzombie/rust-llkv |
| max_upload_size | |
| id | 1823132 |
| size | 275,402 |
Work in Progress
Generic, paged B+Tree with batch-only pager I/O for the LLKV toolset.
ValueRef points directly into Pager pages; no value memcpy in the tree. Works best with Arc<Mmap> pages; iterator holds one leaf page at a time for streaming.Graphviz (.dot) visualization generation (see examples/visualize.rs). Integration tests also use this functionality for snapshot testing.Licensed under the Apache-2.0 License.