Decision Workspace
tilesort vs zan-sort vs universal_radix_sort
Side-by-side comparison of Rust crates
43
tilesort
experimentalv0.2.0
A sorting algorithm optimized for datasets with pre-sorted contiguous blocks (tiles)
48
zan-sort
experimentalv0.1.0
A hardware-oriented hybrid sorting engine achieving near-linear scaling via arithmetic routing and parallel SoA.
46
universal_radix_sort
experimentalv1.0.0
A high-performance, generic Radix Sort implementation for Rust supporting integers, floats, and strings
Core Metrics
| tilesort | zan-sort | universal_radix_sort | |
|---|---|---|---|
| Health Score | 43 | 48 | 46 |
| Total Downloads | 52 | 11 | 18 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 2 | 1 | 1 |
| Last Updated | 189d ago | 18d ago | 84d ago |
| Age | 6m | 18d | 2m |
Health Breakdown
tilesort
Maintenance
9
Quality
15
Community
5
Popularity
2
Documentation
12
zan-sort
Maintenance
12
Quality
16
Community
6
Popularity
1
Documentation
13
universal_radix_sort
Maintenance
8
Quality
17
Community
6
Popularity
2
Documentation
13
Technical Details
| tilesort | zan-sort | universal_radix_sort | |
|---|---|---|---|
| Version | 0.2.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 | 57KB | 28KB | 31KB |
| Features | 2 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.71.1 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •zan-sort leads with a health score of 48/100, but none of the options score above 80.
- •tilesort has the most downloads (52), suggesting wider adoption.
- •tilesort, zan-sort are pre-1.0 — API may change.