Decision Workspace
sortbuf vs compile_time_sort vs radsort
Side-by-side comparison of Rust crates
30
sortbuf
growingv0.1.0
Data structure for sorting large numbers of items
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
| sortbuf | compile_time_sort | radsort | |
|---|---|---|---|
| Health Score | 30 | 61 | 56 |
| Total Downloads | 1.5K | 19.6K | 3.6M |
| 30d Downloads | 3 | 67 | 242.7K |
| Dependents | 0 | 3 | 260 |
| Releases | 1 | 31 | 3 |
| Last Updated | 1370d ago | 56d ago | 585d ago |
| Age | 3y 9m | 1y 3m | 5y 11m |
Health Breakdown
sortbuf
Maintenance
1
Quality
15
Community
3
Popularity
4
Documentation
7
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
| sortbuf | compile_time_sort | radsort | |
|---|---|---|---|
| Version | 0.1.0 | 1.2.2 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 4 | 0 |
| Crate Size | 14KB | 11KB | 18KB |
| Features | 0 | 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.
- •⚠ sortbuf, radsort have not been updated in over a year.
- •sortbuf, radsort are pre-1.0 — API may change.