Decision Workspace
radix256_sort vs nexus_sort_core vs orasort
Side-by-side comparison of Rust crates
40
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.
48
orasort
experimentalv0.1.2
High-performance, cache-efficient sorting library optimized for common prefixes.
Core Metrics
| radix256_sort | nexus_sort_core | orasort | |
|---|---|---|---|
| Health Score | 40 | 44 | 48 |
| Total Downloads | 37 | 774 | 88 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 2 | 3 |
| Last Updated | 173d ago | 317d ago | 116d ago |
| Age | 5m | 10m | 3m |
Health Breakdown
radix256_sort
Maintenance
5
Quality
14
Community
6
Popularity
2
Documentation
13
nexus_sort_core
Maintenance
7
Quality
18
Community
6
Popularity
3
Documentation
10
orasort
Maintenance
13
Quality
14
Community
6
Popularity
2
Documentation
13
Technical Details
| radix256_sort | nexus_sort_core | orasort | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.1 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 3 | 3 |
| Crate Size | 9KB | 12KB | 24KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •orasort leads with a health score of 48/100, but none of the options score above 80.
- •nexus_sort_core has the most downloads (774), suggesting wider adoption.
- •radix256_sort, orasort are pre-1.0 — API may change.