Decision Workspace
int-interval vs nonoverlapping_interval_tree vs int-interval-set
Side-by-side comparison of Rust crates
43
int-interval
experimentalv0.6.2
A small, no_std half-open interval algebra library for primitive integer types.
53
nonoverlapping_interval_tree
growingv0.1.6
Map data structure keyed on (non-overlapping) ranges that allows lookup of a point within a range. Can be no_std (with use of alloc crate).
45
int-interval-set
experimentalv0.1.0
Integer half-open interval set structures built on top of int-interval.
Core Metrics
| int-interval | nonoverlapping_interval_tree | int-interval-set | |
|---|---|---|---|
| Health Score | 43 | 53 | 45 |
| Total Downloads | 121 | 18.4K | 20 |
| 30d Downloads | 121 | 878 | 20 |
| Dependents | 1 | 21 | 0 |
| Releases | 8 | 7 | 1 |
| Last Updated | 5d ago | 228d ago | 5d ago |
| Age | 13d | 4y 2m | 5d |
Health Breakdown
int-interval
Maintenance
16
Quality
8
Community
7
Popularity
2
Documentation
10
nonoverlapping_interval_tree
Maintenance
7
Quality
18
Community
10
Popularity
5
Documentation
13
int-interval-set
Maintenance
13
Quality
14
Community
6
Popularity
2
Documentation
10
Technical Details
| int-interval | nonoverlapping_interval_tree | int-interval-set | |
|---|---|---|---|
| Version | 0.6.2 | 0.1.6 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 0 | 2 |
| Crate Size | 107KB | 6KB | 29KB |
| Features | 0 | 2 | 0 |
| Yanked % | 25.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •nonoverlapping_interval_tree leads with a health score of 53/100, but none of the options score above 80.