Decision Workspace
learned-partition-sort vs zan-sort vs overclocked_sort
Side-by-side comparison of Rust crates
38
learned-partition-sort
experimentalv0.1.0
A high-performance distribution-based sorting algorithm that learns data patterns to achieve O(N) complexity
48
zan-sort
experimentalv0.1.0
A hardware-oriented hybrid sorting engine achieving near-linear scaling via arithmetic routing and parallel SoA.
50
overclocked_sort
experimentalv0.2.1
Adaptive hybrid sort for integer-like keys: parallel counting on dense ranges with pattern-aware fallback paths.
Core Metrics
| learned-partition-sort | zan-sort | overclocked_sort | |
|---|---|---|---|
| Health Score | 38 | 48 | 50 |
| Total Downloads | 19 | 11 | 57 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 1 | 4 |
| Last Updated | 138d ago | 18d ago | 48d ago |
| Age | 4m | 18d | 1m |
Health Breakdown
learned-partition-sort
Maintenance
6
Quality
14
Community
6
Popularity
2
Documentation
10
zan-sort
Maintenance
12
Quality
16
Community
6
Popularity
1
Documentation
13
overclocked_sort
Maintenance
16
Quality
14
Community
5
Popularity
2
Documentation
13
Technical Details
| learned-partition-sort | zan-sort | overclocked_sort | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 3 | 3 | 1 |
| Crate Size | 16KB | 28KB | 16KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •overclocked_sort leads with a health score of 50/100, but none of the options score above 80.