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