| Crates.io | fast-btree |
| lib.rs | fast-btree |
| version | 0.1.0 |
| created_at | 2024-01-10 05:22:34.028753+00 |
| updated_at | 2024-01-10 05:22:34.028753+00 |
| description | A fast B-tree implementation ported from tlx library |
| homepage | |
| repository | https://github.com/raycursive/fast-btree |
| max_upload_size | |
| id | 1094949 |
| size | 78,647 |
A pretty-fast B+ tree implementation ported from tlx library.
Add more tests
use <Q> where K: Borrow<Q> trick to border the key type. (e.g. &str for String)
Better abstraction (especially for those weird traits)
Benchmark