Decision Workspace
universal_radix_sort vs orasort vs zan-sort
Side-by-side comparison of Rust crates
46
universal_radix_sort
experimentalv1.0.0
A high-performance, generic Radix Sort implementation for Rust supporting integers, floats, and strings
48
orasort
experimentalv0.1.2
High-performance, cache-efficient sorting library optimized for common prefixes.
48
zan-sort
experimentalv0.1.0
A hardware-oriented hybrid sorting engine achieving near-linear scaling via arithmetic routing and parallel SoA.
Core Metrics
| universal_radix_sort | orasort | zan-sort | |
|---|---|---|---|
| Health Score | 46 | 48 | 48 |
| Total Downloads | 18 | 88 | 11 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 3 | 1 |
| Last Updated | 84d ago | 116d ago | 18d ago |
| Age | 2m | 3m | 18d |
Health Breakdown
universal_radix_sort
Maintenance
8
Quality
17
Community
6
Popularity
2
Documentation
13
orasort
Maintenance
13
Quality
14
Community
6
Popularity
2
Documentation
13
zan-sort
Maintenance
12
Quality
16
Community
6
Popularity
1
Documentation
13
Technical Details
| universal_radix_sort | orasort | zan-sort | |
|---|---|---|---|
| Version | 1.0.0 | 0.1.2 | 0.1.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 3 | 3 |
| Crate Size | 31KB | 24KB | 28KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| 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.
- •orasort, zan-sort are pre-1.0 — API may change.