6 releases

0.2.3 Feb 19, 2024
0.2.2 Feb 18, 2024
0.1.2 Feb 9, 2024

#1538 in Data structures

Download history 2/week @ 2024-02-02 6/week @ 2024-02-09 313/week @ 2024-02-16 49/week @ 2024-02-23 10/week @ 2024-03-01 73/week @ 2024-03-08 308/week @ 2024-03-15 16/week @ 2024-03-22 34/week @ 2024-03-29 6/week @ 2024-04-05 11/week @ 2024-04-12 8/week @ 2024-04-19

61 downloads per month

MIT/Apache

15KB
340 lines

sif-itree

crates.io docs.rs github.com

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–450KB