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

https://github.com/loro-dev/generic-btree

It’s a pure safe BTree that can be used to build your own special-purpose btree data structure
https://github.com/loro-dev/generic-btree

btree data-structures rust

Last synced: 3 days ago
JSON representation

It’s a pure safe BTree that can be used to build your own special-purpose btree data structure

Awesome Lists containing this project

README

          

# Generic B-Tree

It’s a pure safe BTree that can be used to build your own special-purpose btree
data structure. It’s mainly developed to optimize the performance of Loro CRDT’s
components.

It can be used to build:

- Rope
- Run length encoding data structure
- RangeMap that uses range as its key
- BTreeSet & BTreeMap