Decision Workspace
nonoverlapping_interval_tree vs interavl vs span-map
Side-by-side comparison of Rust crates
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).
58
interavl
growingv0.5.0
An optimised interval tree for efficient interval stabbing
46
span-map
growingv0.2.0
A data structure for efficiently managing sets of values over spans/ranges
Core Metrics
| nonoverlapping_interval_tree | interavl | span-map | |
|---|---|---|---|
| Health Score | 53 | 58 | 46 |
| Total Downloads | 18.4K | 49.3K | 43.3K |
| 30d Downloads | 878 | 5.0K | 2.4K |
| Dependents | 21 | 12 | 0 |
| Releases | 7 | 5 | 2 |
| Last Updated | 228d ago | 65d ago | 477d ago |
| Age | 4y 2m | 1y 8m | 1y 3m |
Health Breakdown
nonoverlapping_interval_tree
Maintenance
7
Quality
18
Community
10
Popularity
5
Documentation
13
interavl
Maintenance
15
Quality
15
Community
9
Popularity
6
Documentation
13
span-map
Maintenance
6
Quality
15
Community
6
Popularity
6
Documentation
13
Technical Details
| nonoverlapping_interval_tree | interavl | span-map | |
|---|---|---|---|
| Version | 0.1.6 | 0.5.0 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 3 | 1 |
| Crate Size | 6KB | 32KB | 21KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •interavl leads with a health score of 58/100, but none of the options score above 80.
- •⚠ span-map has not been updated in over a year.