Expand description
A simple library implementing an immutable, flat representation of an augmented interval tree
Supports querying for overlapping intervals without temporary allocations and uses a flat memory layout that can be backed by memory maps.
Structs§
- ITree
- Interval tree mapping half-open intervals with boundaries of type
K
to values of typeV