Decision Workspace
iset vs nonoverlapping_interval_tree vs intervalmap
Side-by-side comparison of Rust crates
47
iset
growingv0.3.1
Map and set with interval keys (x..y).
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).
47
intervalmap
experimentalv0.1.1
An interval set/map library inspired by Boost.Icl
Core Metrics
| iset | nonoverlapping_interval_tree | intervalmap | |
|---|---|---|---|
| Health Score | 47 | 53 | 47 |
| Total Downloads | 439.4K | 18.4K | 33 |
| 30d Downloads | 9.7K | 862 | 6 |
| Dependents | 92 | 21 | 0 |
| Releases | 12 | 7 | 2 |
| Last Updated | 450d ago | 228d ago | 62d ago |
| Age | 6y | 4y 2m | 2m |
Health Breakdown
iset
Maintenance
5
Quality
14
Community
8
Popularity
7
Documentation
13
nonoverlapping_interval_tree
Maintenance
7
Quality
18
Community
10
Popularity
5
Documentation
13
intervalmap
Maintenance
10
Quality
14
Community
6
Popularity
2
Documentation
15
Technical Details
| iset | nonoverlapping_interval_tree | intervalmap | |
|---|---|---|---|
| Version | 0.3.1 | 0.1.6 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 3 | 0 | 2 |
| Crate Size | 27KB | 6KB | 30KB |
| Features | 4 | 2 | 0 |
| Yanked % | 8.3% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.86 |
| 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.
- •iset has the most downloads (439.4K), suggesting wider adoption.
- •⚠ iset has not been updated in over a year.