Decision Workspace
discrete_range_map vs nodit vs gap_query_interval_tree
Side-by-side comparison of Rust crates
45
discrete_range_map
growingv0.6.3
This crate provides DiscreteRangeMap and DiscreteRangeSet, Data Structures for storing non-overlapping discrete intervals based off BTreeMap.
53
nodit
growingv0.10.0
This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap.
42
gap_query_interval_tree
growingv0.2.0
A crate that provides a gap-query optimized interval-tree data-structure.
Core Metrics
| discrete_range_map | nodit | gap_query_interval_tree | |
|---|---|---|---|
| Health Score | 45 | 53 | 42 |
| Total Downloads | 14.6K | 78.7K | 4.0K |
| 30d Downloads | 61 | 11.8K | 7 |
| Dependents | 3 | 3 | 0 |
| Releases | 11 | 7 | 3 |
| Last Updated | 812d ago | 160d ago | 845d ago |
| Age | 2y 11m | 2y 2m | 2y 9m |
Health Breakdown
discrete_range_map
Maintenance
6
Quality
14
Community
7
Popularity
5
Documentation
13
nodit
Maintenance
11
Quality
16
Community
7
Popularity
6
Documentation
13
gap_query_interval_tree
Maintenance
5
Quality
15
Community
5
Popularity
4
Documentation
13
Technical Details
| discrete_range_map | nodit | gap_query_interval_tree | |
|---|---|---|---|
| Version | 0.6.3 | 0.10.0 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | AGPL-3.0-or-later | MIT | AGPL-3.0-or-later |
| Dependencies | 5 | 5 | 3 |
| Crate Size | 35KB | 34KB | 22KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •nodit leads with a health score of 53/100, but none of the options score above 80.
- •⚠ discrete_range_map, gap_query_interval_tree have not been updated in over a year.