Crates.io | btreelist |
lib.rs | btreelist |
version | 0.5.0 |
source | src |
created_at | 2022-06-01 22:18:49.39909 |
updated_at | 2022-12-20 08:01:50.667142 |
description | A list data structure that has efficient insertion and removal in the middle. |
homepage | https://github.com/jeffa5/btreelist |
repository | https://github.com/jeffa5/btreelist |
max_upload_size | |
id | 598534 |
size | 44,741 |
A list data structure that has efficient insertion and removal in the middle.
This data structure was originally built for the Automerge Rust frontend to aid in efficient insertions in the middle of lists.