Decision Workspace
radsort vs orasort vs compile_time_sort
Side-by-side comparison of Rust crates
56
radsort
growingv0.1.1
Radix sort implementation for sorting by scalar keys (integers, floats, chars, bools)
46
orasort
experimentalv0.1.2
High-performance, cache-efficient sorting library optimized for common prefixes.
61
compile_time_sort
stablev1.2.2
Sort arrays and slices of primitives in const contexts.
Core Metrics
| radsort | orasort | compile_time_sort | |
|---|---|---|---|
| Health Score | 56 | 46 | 61 |
| Total Downloads | 3.6M | 85 | 19.6K |
| 30d Downloads | 242.7K | 5 | 67 |
| Dependents | 260 | 0 | 3 |
| Releases | 3 | 3 | 31 |
| Last Updated | 585d ago | 57d ago | 56d ago |
| Age | 5y 11m | 1m | 1y 3m |
Health Breakdown
radsort
Maintenance
4
Quality
16
Community
13
Popularity
8
Documentation
15
orasort
Maintenance
11
Quality
14
Community
6
Popularity
2
Documentation
13
compile_time_sort
Maintenance
16
Quality
18
Community
8
Popularity
5
Documentation
14
Technical Details
| radsort | orasort | compile_time_sort | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.2 | 1.2.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 3 | 4 |
| Crate Size | 18KB | 24KB | 11KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2018 |
| MSRV | 1.60.0 | — | 1.54.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.
- •⚠ radsort has not been updated in over a year.
- •radsort, orasort are pre-1.0 — API may change.