Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffa5/btreelist

A list with efficient insert and remove in the middle
https://github.com/jeffa5/btreelist

data-structures rust

Last synced: 23 days ago
JSON representation

A list with efficient insert and remove in the middle

Awesome Lists containing this project

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](https://github.com/automerge/automerge-rs) frontend to aid in efficient insertions in the middle of lists.