Decision Workspace
tilesort vs universal_radix_sort vs learned-partition-sort
Side-by-side comparison of Rust crates
45
tilesort
experimentalv0.2.0
A sorting algorithm optimized for datasets with pre-sorted contiguous blocks (tiles)
47
universal_radix_sort
experimentalv1.0.0
A high-performance, generic Radix Sort implementation for Rust supporting integers, floats, and strings
40
learned-partition-sort
experimentalv0.1.0
A high-performance distribution-based sorting algorithm that learns data patterns to achieve O(N) complexity
Core Metrics
| tilesort | universal_radix_sort | learned-partition-sort | |
|---|---|---|---|
| Health Score | 45 | 47 | 40 |
| Total Downloads | 50 | 15 | 17 |
| 30d Downloads | 4 | 15 | 3 |
| Dependents | 0 | 0 | 0 |
| Releases | 2 | 1 | 1 |
| Last Updated | 130d ago | 25d ago | 78d ago |
| Age | 4m | 25d | 2m |
Health Breakdown
tilesort
Maintenance
11
Quality
15
Community
5
Popularity
2
Documentation
12
universal_radix_sort
Maintenance
11
Quality
16
Community
6
Popularity
1
Documentation
13
learned-partition-sort
Maintenance
9
Quality
14
Community
6
Popularity
1
Documentation
10
Technical Details
| tilesort | universal_radix_sort | learned-partition-sort | |
|---|---|---|---|
| Version | 0.2.0 | 1.0.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 5 | 3 | 3 |
| Crate Size | 57KB | 31KB | 16KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | 1.71.1 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •universal_radix_sort leads with a health score of 47/100, but none of the options score above 80.
- •tilesort has the most downloads (50), suggesting wider adoption.
- •tilesort, learned-partition-sort are pre-1.0 — API may change.