Decision Workspace
lz_diet vs interavl vs nonoverlapping_interval_tree
Side-by-side comparison of Rust crates
34
lz_diet
growingv0.1.6
An AVL balanced Discrete Interval Encoding Tree
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
| lz_diet | interavl | nonoverlapping_interval_tree | |
|---|---|---|---|
| Health Score | 34 | 58 | 53 |
| Total Downloads | 10.9K | 49.3K | 18.4K |
| 30d Downloads | 10 | 5.0K | 878 |
| Dependents | 0 | 12 | 21 |
| Releases | 7 | 5 | 7 |
| Last Updated | 1971d ago | 65d ago | 228d ago |
| Age | 8y 7m | 1y 8m | 4y 2m |
Health Breakdown
lz_diet
Maintenance
4
Quality
11
Community
5
Popularity
5
Documentation
9
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
| lz_diet | interavl | nonoverlapping_interval_tree | |
|---|---|---|---|
| Version | 0.1.6 | 0.5.0 | 0.1.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | MIT |
| Dependencies | 8 | 3 | 0 |
| Crate Size | 19KB | 32KB | 6KB |
| Features | 2 | 0 | 2 |
| Yanked % | 14.3% | 0.0% | 0.0% |
| Edition | 2018 | 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.
- •⚠ lz_diet has not been updated in over a year.