Decision Workspace
sparse_ranges vs sparseset vs thinset
Side-by-side comparison of Rust crates
49
sparse_ranges
experimentalv0.1.13
Efficient sparse range set operations, particularly designed for HTTP range requests and file offset management
45
sparseset
growingv1.0.1
A Sparse Set
45
thinset
growingv0.4.0
A data structure for sparse sets of unsigned integers that sacrifices space for speed.
Core Metrics
| sparse_ranges | sparseset | thinset | |
|---|---|---|---|
| Health Score | 49 | 45 | 45 |
| Total Downloads | 1.4K | 11.1K | 5.3K |
| 30d Downloads | 32 | 57 | 22 |
| Dependents | 0 | 5 | 19 |
| Releases | 14 | 5 | 4 |
| Last Updated | 86d ago | 1442d ago | 789d ago |
| Age | 5m | 10y 10m | 2y 2m |
Health Breakdown
sparse_ranges
Maintenance
14
Quality
15
Community
6
Popularity
4
Documentation
10
sparseset
Maintenance
2
Quality
21
Community
5
Popularity
5
Documentation
12
thinset
Maintenance
7
Quality
14
Community
7
Popularity
4
Documentation
13
Technical Details
| sparse_ranges | sparseset | thinset | |
|---|---|---|---|
| Version | 0.1.13 | 1.0.1 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT/Apache-2.0 |
| Dependencies | 7 | 0 | 4 |
| Crate Size | 37KB | 4KB | 17KB |
| Features | 3 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2018 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •sparse_ranges leads with a health score of 49/100, but none of the options score above 80.
- •sparseset has the most downloads (11.1K), suggesting wider adoption.
- •⚠ sparseset, thinset have not been updated in over a year.
- •sparse_ranges, thinset are pre-1.0 — API may change.