btreelist

Crates.iobtreelist
lib.rsbtreelist
version0.5.0
sourcesrc
created_at2022-06-01 22:18:49.39909
updated_at2022-12-20 08:01:50.667142
descriptionA list data structure that has efficient insertion and removal in the middle.
homepagehttps://github.com/jeffa5/btreelist
repositoryhttps://github.com/jeffa5/btreelist
max_upload_size
id598534
size44,741
Andrew Jeffery (jeffa5)

documentation

https://docs.rs/btreelist

README

BTreeList

A list data structure that has efficient insertion and removal in the middle.

Heritage

This data structure was originally built for the Automerge Rust frontend to aid in efficient insertions in the middle of lists.

Commit count: 69

cargo fmt