Decision Workspace
learned-partition-sort vs universal_radix_sort vs tilesort
Side-by-side comparison of Rust crates
40
learned-partition-sort
experimentalv0.1.0
A high-performance distribution-based sorting algorithm that learns data patterns to achieve O(N) complexity
47
universal_radix_sort
experimentalv1.0.0
A high-performance, generic Radix Sort implementation for Rust supporting integers, floats, and strings
45
tilesort
experimentalv0.2.0
A sorting algorithm optimized for datasets with pre-sorted contiguous blocks (tiles)
Core Metrics
| learned-partition-sort | universal_radix_sort | tilesort | |
|---|---|---|---|
| Health Score | 40 | 47 | 45 |
| Total Downloads | 17 | 15 | 50 |
| 30d Downloads | 3 | 15 | 4 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 1 | 2 |
| Last Updated | 78d ago | 25d ago | 130d ago |
| Age | 2m | 25d | 4m |
Health Breakdown
learned-partition-sort
Maintenance
9
Quality
14
Community
6
Popularity
1
Documentation
10
universal_radix_sort
Maintenance
11
Quality
16
Community
6
Popularity
1
Documentation
13
tilesort
Maintenance
11
Quality
15
Community
5
Popularity
2
Documentation
12
Technical Details
| learned-partition-sort | universal_radix_sort | tilesort | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.0 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 3 | 5 |
| Crate Size | 16KB | 31KB | 57KB |
| Features | 0 | 0 | 2 |
| 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.
- •learned-partition-sort, tilesort are pre-1.0 — API may change.