Decision Workspace
nclist vs xrange vs simd-intervaltree
Side-by-side comparison of Rust crates
37
nclist
growingv0.1.1
Crate for finding overlapping intervals using a nested containment list
45
xrange
experimentalv0.1.5
High-performance range overlap search algorithms / 高性能区间重叠搜索算法
42
simd-intervaltree
experimentalv0.1.0
A SIMD-accelerated interval tree with zero-allocation queries
Core Metrics
| nclist | xrange | simd-intervaltree | |
|---|---|---|---|
| Health Score | 37 | 45 | 42 |
| Total Downloads | 3.1K | 71 | 18 |
| 30d Downloads | 4 | 8 | 4 |
| Dependents | 0 | 0 | 0 |
| Releases | 2 | 5 | 1 |
| Last Updated | 2229d ago | 71d ago | 81d ago |
| Age | 6y 1m | 2m | 2m |
Health Breakdown
nclist
Maintenance
3
Quality
15
Community
3
Popularity
4
Documentation
12
xrange
Maintenance
15
Quality
14
Community
6
Popularity
2
Documentation
8
simd-intervaltree
Maintenance
9
Quality
15
Community
6
Popularity
2
Documentation
10
Technical Details
| nclist | xrange | simd-intervaltree | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.5 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MulanPSL-2.0 | MIT |
| Dependencies | 3 | 5 | 5 |
| Crate Size | 7KB | 21KB | 22KB |
| Features | 0 | 1 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •xrange leads with a health score of 45/100, but none of the options score above 80.
- •nclist has the most downloads (3.1K), suggesting wider adoption.
- •⚠ nclist has not been updated in over a year.