This crate provides a list implemented using a B+ tree, similar to btree_vec but has O(log n) splitting and merging.
danielhuang/magiclist
List with O(log n) random access, insert, split, concat, and range queries (WIP)
Rust
List with O(log n) random access, insert, split, concat, and range queries (WIP)
Rust
This crate provides a list implemented using a B+ tree, similar to btree_vec but has O(log n) splitting and merging.