Decision Workspace
arslib vs zan-sort vs universal_radix_sort
Side-by-side comparison of Rust crates
44
arslib
experimentalv0.4.0
Adjacency Run Sort (ARS): a fast run-based sorting algorithm in Rust.
46
zan-sort
experimentalv0.1.0
A hardware-oriented hybrid sorting engine achieving near-linear scaling via arithmetic routing and parallel SoA.
45
universal_radix_sort
experimentalv1.0.0
A high-performance, generic Radix Sort implementation for Rust supporting integers, floats, and strings
Core Metrics
| arslib | zan-sort | universal_radix_sort | |
|---|---|---|---|
| Health Score | 44 | 46 | 45 |
| Total Downloads | 13 | 20 | 28 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 1 | 1 |
| Last Updated | 22d ago | 67d ago | 133d ago |
| Age | 22d | 2m | 4m |
Health Breakdown
arslib
Maintenance
12
Quality
12
Community
6
Popularity
1
Documentation
13
zan-sort
Maintenance
9
Quality
16
Community
6
Popularity
2
Documentation
13
universal_radix_sort
Maintenance
7
Quality
17
Community
6
Popularity
2
Documentation
13
Technical Details
| arslib | zan-sort | universal_radix_sort | |
|---|---|---|---|
| Version | 0.4.0 | 0.1.0 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 5 | 3 | 3 |
| Crate Size | 399KB | 28KB | 31KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •zan-sort leads with a health score of 46/100, but none of the options score above 80.
- •universal_radix_sort has the most downloads (28), suggesting wider adoption.
- •arslib, zan-sort are pre-1.0 — API may change.