range-tree-rs 0.2.0

A range tree implement for slab allocator
Documentation
1
2
3
4
5
6
7
8
9
# range-tree-rs

document: <https://docs.rs/range-tree-rs>

This crate provide efficient API for implementing slab allocators

V0.1 is an attempt base on AVL tree (referring to the Algorithm from OpenZFS).

V0.2 is a rewrite with btree (from [embed-collections](https://github.com/NaturalIO/embed-collections-rs))