Decision Workspace
interavl vs nonoverlapping_interval_tree vs simd-intervaltree
Side-by-side comparison of Rust crates
58
interavl
growingv0.5.0
An optimised interval tree for efficient interval stabbing
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).
42
simd-intervaltree
experimentalv0.1.0
A SIMD-accelerated interval tree with zero-allocation queries
Core Metrics
| interavl | nonoverlapping_interval_tree | simd-intervaltree | |
|---|---|---|---|
| Health Score | 58 | 53 | 42 |
| Total Downloads | 49.3K | 18.4K | 18 |
| 30d Downloads | 5.0K | 878 | 4 |
| Dependents | 12 | 21 | 0 |
| Releases | 5 | 7 | 1 |
| Last Updated | 65d ago | 228d ago | 81d ago |
| Age | 1y 8m | 4y 2m | 2m |
Health Breakdown
interavl
Maintenance
15
Quality
15
Community
9
Popularity
6
Documentation
13
nonoverlapping_interval_tree
Maintenance
7
Quality
18
Community
10
Popularity
5
Documentation
13
simd-intervaltree
Maintenance
9
Quality
15
Community
6
Popularity
2
Documentation
10
Technical Details
| interavl | nonoverlapping_interval_tree | simd-intervaltree | |
|---|---|---|---|
| Version | 0.5.0 | 0.1.6 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT | MIT |
| Dependencies | 3 | 0 | 5 |
| Crate Size | 32KB | 6KB | 22KB |
| Features | 0 | 2 | 3 |
| 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.