Decision Workspace
free-ranges vs index-pool vs disjoint-ranges
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
46
index-pool
growingv1.0.11
A pool which manages allocation of unique indices. Acts like a psuedo-memory allocator.
46
disjoint-ranges
experimentalv0.5.0
Ranges with gaps
Core Metrics
| free-ranges | index-pool | disjoint-ranges | |
|---|---|---|---|
| Health Score | 49 | 46 | 46 |
| Total Downloads | 24.3K | 23.7K | 213 |
| 30d Downloads | 116 | 100 | 56 |
| Dependents | 10 | 12 | 1 |
| Releases | 12 | 12 | 8 |
| Last Updated | 2878d ago | 2878d ago | 60d ago |
| Age | 8y 6m | 8y 7m | 2m |
Health Breakdown
free-ranges
Maintenance
4
Quality
21
Community
8
Popularity
5
Documentation
11
index-pool
Maintenance
4
Quality
17
Community
9
Popularity
5
Documentation
11
disjoint-ranges
Maintenance
12
Quality
15
Community
6
Popularity
3
Documentation
10
Technical Details
| free-ranges | index-pool | disjoint-ranges | |
|---|---|---|---|
| Version | 1.0.7 | 1.0.11 | 0.5.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 1 | 0 |
| Crate Size | 4KB | 5KB | 7KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 8.3% | 0.0% |
| Edition | — | — | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •free-ranges leads with a health score of 49/100, but none of the options score above 80.
- •⚠ free-ranges, index-pool have not been updated in over a year.
- •disjoint-ranges is pre-1.0 — API may change.