Decision Workspace
nexus_sort_core vs radix256_sort vs turbosort
Side-by-side comparison of Rust crates
45
nexus_sort_core
growingv1.0.1
A cognitive, multi-strategy sorting framework designed for high performance.
42
radix256_sort
experimentalv0.1.0
A high-performance Radix Sort implementation using base-256 for u32.
50
turbosort
experimentalv0.1.0
SIMD-accelerated radix sort for primitive types
Core Metrics
| nexus_sort_core | radix256_sort | turbosort | |
|---|---|---|---|
| Health Score | 45 | 42 | 50 |
| Total Downloads | 772 | 35 | 11 |
| 30d Downloads | 4 | 3 | 11 |
| Dependents | 0 | 0 | 0 |
| Releases | 2 | 1 | 1 |
| Last Updated | 258d ago | 114d ago | 3d ago |
| Age | 8m | 3m | 3d |
Health Breakdown
nexus_sort_core
Maintenance
8
Quality
18
Community
6
Popularity
3
Documentation
10
radix256_sort
Maintenance
7
Quality
14
Community
6
Popularity
2
Documentation
13
turbosort
Maintenance
13
Quality
15
Community
6
Popularity
1
Documentation
15
Technical Details
| nexus_sort_core | radix256_sort | turbosort | |
|---|---|---|---|
| Version | 1.0.1 | 0.1.0 | 0.1.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 2 | 4 |
| Crate Size | 12KB | 9KB | 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.