Decision Workspace
glidesort vs compile_time_sort vs radsort
Side-by-side comparison of Rust crates
47
glidesort
growingv0.1.2
Glidesort sorting algorithm
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
| glidesort | compile_time_sort | radsort | |
|---|---|---|---|
| Health Score | 47 | 61 | 56 |
| Total Downloads | 355.9K | 19.6K | 3.6M |
| 30d Downloads | 120.6K | 68 | 250.9K |
| Dependents | 28 | 3 | 260 |
| Releases | 3 | 31 | 3 |
| Last Updated | 1145d ago | 56d ago | 585d ago |
| Age | 3y 1m | 1y 3m | 5y 11m |
Health Breakdown
glidesort
Maintenance
4
Quality
17
Community
9
Popularity
7
Documentation
10
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
| glidesort | compile_time_sort | radsort | |
|---|---|---|---|
| Version | 0.1.2 | 1.2.2 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 4 | 0 |
| Crate Size | 34KB | 11KB | 18KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 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.
- •⚠ glidesort, radsort have not been updated in over a year.
- •glidesort, radsort are pre-1.0 — API may change.