Decision Workspace
tiny_sort vs compile_time_sort vs radsort
Side-by-side comparison of Rust crates
50
tiny_sort
growingv1.0.5
Binary-size optimized stable and unstable sorts
61
compile_time_sort
stablev1.2.2
Sort arrays and slices of primitives in const contexts.
56
radsort
growingv0.1.1
Radix sort implementation for sorting by scalar keys (integers, floats, chars, bools)
Core Metrics
| tiny_sort | compile_time_sort | radsort | |
|---|---|---|---|
| Health Score | 50 | 61 | 56 |
| Total Downloads | 9.2K | 19.6K | 3.6M |
| 30d Downloads | 172 | 68 | 250.9K |
| Dependents | 0 | 3 | 260 |
| Releases | 6 | 31 | 3 |
| Last Updated | 828d ago | 56d ago | 585d ago |
| Age | 2y 9m | 1y 3m | 5y 11m |
Health Breakdown
tiny_sort
Maintenance
4
Quality
23
Community
6
Popularity
5
Documentation
12
compile_time_sort
Maintenance
16
Quality
18
Community
8
Popularity
5
Documentation
14
radsort
Maintenance
4
Quality
16
Community
13
Popularity
8
Documentation
15
Technical Details
| tiny_sort | compile_time_sort | radsort | |
|---|---|---|---|
| Version | 1.0.5 | 1.2.2 | 0.1.1 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 4 | 0 |
| Crate Size | 12KB | 11KB | 18KB |
| Features | 3 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | — | 1.54.0 | 1.60.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •compile_time_sort leads with a health score of 61/100, but none of the options score above 80.
- •radsort has the most downloads (3.6M), suggesting wider adoption.
- •radsort is depended on by 260 crates — strongest ecosystem trust.
- •⚠ tiny_sort, radsort have not been updated in over a year.
- •radsort is pre-1.0 — API may change.