Decision Workspace
sort-const vs compile_time_sort vs radsort
Side-by-side comparison of Rust crates
54
sort-const
growingv1.0.1
Sort arrays and slices in const contexts.
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
| sort-const | compile_time_sort | radsort | |
|---|---|---|---|
| Health Score | 54 | 61 | 56 |
| Total Downloads | 11.8K | 19.6K | 3.6M |
| 30d Downloads | 1.1K | 68 | 250.9K |
| Dependents | 4 | 3 | 260 |
| Releases | 2 | 31 | 3 |
| Last Updated | 387d ago | 56d ago | 585d ago |
| Age | 1y | 1y 3m | 5y 11m |
Health Breakdown
sort-const
Maintenance
6
Quality
20
Community
8
Popularity
5
Documentation
15
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
| sort-const | compile_time_sort | radsort | |
|---|---|---|---|
| Version | 1.0.1 | 1.2.2 | 0.1.1 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT/Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 4 | 0 |
| Crate Size | 5KB | 11KB | 18KB |
| Features | 1 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | 1.85.0 | 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.
- •⚠ sort-const, radsort have not been updated in over a year.
- •radsort is pre-1.0 — API may change.