Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeffa5/btreelist
- Owner: jeffa5
- Created: 2021-10-07T17:13:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T09:31:43.000Z (about 1 year ago)
- Last Synced: 2024-10-06T13:35:33.402Z (about 2 months ago)
- Topics: data-structures, rust
- Language: Rust
- Homepage: https://jeffa5.github.io/btreelist
- Size: 3.05 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.