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