Decision Workspace
free-ranges vs disjoint-ranges vs index-pool
Side-by-side comparison of Rust crates
49
free-ranges
growingv1.0.7
An efficient data structure for keeping track of indices which are either free or not
50
disjoint-ranges
experimentalv0.5.0
Ranges with gaps
46
index-pool
growingv1.0.11
A pool which manages allocation of unique indices. Acts like a psuedo-memory allocator.
Core Metrics
| free-ranges | disjoint-ranges | index-pool | |
|---|---|---|---|
| Health Score | 49 | 50 | 46 |
| Total Downloads | 24.5K | 300 | 23.9K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 10 | 1 | 12 |
| Releases | 12 | 8 | 12 |
| Last Updated | 2937d ago | 119d ago | 2937d ago |
| Age | 8y 8m | 4m | 8y 9m |
Health Breakdown
free-ranges
Maintenance
4
Quality
21
Community
8
Popularity
5
Documentation
11
disjoint-ranges
Maintenance
16
Quality
15
Community
6
Popularity
3
Documentation
10
index-pool
Maintenance
4
Quality
17
Community
9
Popularity
5
Documentation
11
Technical Details
| free-ranges | disjoint-ranges | index-pool | |
|---|---|---|---|
| Version | 1.0.7 | 0.5.0 | 1.0.11 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 0 | 1 |
| Crate Size | 4KB | 7KB | 5KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 8.3% |
| Edition | — | 2024 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •disjoint-ranges leads with a health score of 50/100, but none of the options score above 80.
- •free-ranges has the most downloads (24.5K), suggesting wider adoption.
- •⚠ free-ranges, index-pool have not been updated in over a year.
- •disjoint-ranges is pre-1.0 — API may change.