Skip to content

NaturalIO/range-tree

Repository files navigation

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)

About

range tree to impl slab allocator

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

 
 
 

Contributors