Decision Workspace
radix256_sort vs nexus_sort_core vs turbosort
Side-by-side comparison of Rust crates
39
radix256_sort
experimentalv0.1.0
A high-performance Radix Sort implementation using base-256 for u32.
44
nexus_sort_core
growingv1.0.1
A cognitive, multi-strategy sorting framework designed for high performance.
54
turbosort
experimentalv0.1.1
SIMD-accelerated radix sort for primitive types
Core Metrics
| radix256_sort | nexus_sort_core | turbosort | |
|---|---|---|---|
| Health Score | 39 | 44 | 54 |
| Total Downloads | 44 | 781 | 47 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 2 | 2 |
| Last Updated | 222d ago | 366d ago | 13d ago |
| Age | 7m | 1y | 3m |
Health Breakdown
radix256_sort
Maintenance
4
Quality
14
Community
6
Popularity
2
Documentation
13
nexus_sort_core
Maintenance
6
Quality
19
Community
6
Popularity
3
Documentation
10
turbosort
Maintenance
16
Quality
15
Community
6
Popularity
2
Documentation
15
Technical Details
| radix256_sort | nexus_sort_core | turbosort | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.1 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 3 | 5 |
| Crate Size | 9KB | 12KB | 35KB |
| 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 54/100, but none of the options score above 80.
- •nexus_sort_core has the most downloads (781), suggesting wider adoption.
- •⚠ nexus_sort_core has not been updated in over a year.
- •radix256_sort, turbosort are pre-1.0 — API may change.