range-tree-rs 0.1.0

A range tree implement for slab allocator
Documentation
  • Coverage
  • 34.15%
    14 out of 41 items documented0 out of 36 items with examples
  • Size
  • Source code size: 56.99 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.99 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 10m 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • frostyplanet

This crate provides a range-tree implementation. The algorithm is originally from OpenZfs.

[RangeTree] is a generic for slab allocators. While for other simple usage, use the alias [RangeTreeSimple].