Decision Workspace
radix256_sort vs nexus_sort_core vs turbosort
Side-by-side comparison of Rust crates
42
radix256_sort
experimentalv0.1.0
A high-performance Radix Sort implementation using base-256 for u32.
45
nexus_sort_core
growingv1.0.1
A cognitive, multi-strategy sorting framework designed for high performance.
50
turbosort
experimentalv0.1.0
SIMD-accelerated radix sort for primitive types
Core Metrics
| radix256_sort | nexus_sort_core | turbosort | |
|---|---|---|---|
| Health Score | 42 | 45 | 50 |
| Total Downloads | 35 | 772 | 11 |
| 30d Downloads | 3 | 4 | 11 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 2 | 1 |
| Last Updated | 114d ago | 258d ago | 3d ago |
| Age | 3m | 8m | 3d |
Health Breakdown
radix256_sort
Maintenance
7
Quality
14
Community
6
Popularity
2
Documentation
13
nexus_sort_core
Maintenance
8
Quality
18
Community
6
Popularity
3
Documentation
10
turbosort
Maintenance
13
Quality
15
Community
6
Popularity
1
Documentation
15
Technical Details
| radix256_sort | nexus_sort_core | turbosort | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.1 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 3 | 4 |
| Crate Size | 9KB | 12KB | 32KB |
| Features | 0 | 0 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.75 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •turbosort leads with a health score of 50/100, but none of the options score above 80.
- •nexus_sort_core has the most downloads (772), suggesting wider adoption.
- •radix256_sort, turbosort are pre-1.0 — API may change.