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
60
interavl
growingv0.6.0
An optimised interval tree for efficient interval stabbing
52
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 | 60 | 52 |
| Total Downloads | 10.9K | 59.1K | 20.7K |
| 30d Downloads | 0 | 5.7K | 1.1K |
| Dependents | 0 | 17 | 21 |
| Releases | 7 | 6 | 7 |
| Last Updated | 2030d ago | 39d ago | 287d ago |
| Age | 8y 9m | 1y 10m | 4y 4m |
Health Breakdown
lz_diet
Maintenance
4
Quality
11
Community
5
Popularity
5
Documentation
9
interavl
Maintenance
17
Quality
15
Community
9
Popularity
6
Documentation
13
nonoverlapping_interval_tree
Maintenance
6
Quality
18
Community
10
Popularity
5
Documentation
13
Technical Details
| lz_diet | interavl | nonoverlapping_interval_tree | |
|---|---|---|---|
| Version | 0.1.6 | 0.6.0 | 0.1.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | MIT |
| Dependencies | 8 | 3 | 0 |
| Crate Size | 19KB | 34KB | 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 60/100, but none of the options score above 80.
- •⚠ lz_diet has not been updated in over a year.