7 releases
0.2.4 | Apr 28, 2024 |
---|---|
0.2.3 | Feb 19, 2024 |
0.1.2 | Feb 9, 2024 |
#558 in Date and time
334 downloads per month
15KB
340 lines
sif-itree
A simple library implementing an immutable, flat representation of an augmented interval tree supporting queries for overlapping intervals and backing storage based on memory maps.
License
Licensed under
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
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.
Dependencies
~0–435KB