/magiclist

List with O(log n) random access, insert, split, concat, and range queries (WIP)

Primary LanguageRust

magiclist

This crate provides a list implemented using a B+ tree, similar to btree_vec but has O(log n) splitting and merging.