Decision Workspace
learned-partition-sort vs zan-sort vs arslib
Side-by-side comparison of Rust crates
37
learned-partition-sort
experimentalv0.1.0
A high-performance distribution-based sorting algorithm that learns data patterns to achieve O(N) complexity
46
zan-sort
experimentalv0.1.0
A hardware-oriented hybrid sorting engine achieving near-linear scaling via arithmetic routing and parallel SoA.
44
arslib
experimentalv0.4.0
Adjacency Run Sort (ARS): a fast run-based sorting algorithm in Rust.
Core Metrics
| learned-partition-sort | zan-sort | arslib | |
|---|---|---|---|
| Health Score | 37 | 46 | 44 |
| Total Downloads | 24 | 20 | 13 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 1 | 1 |
| Last Updated | 186d ago | 67d ago | 22d ago |
| Age | 6m | 2m | 22d |
Health Breakdown
learned-partition-sort
Maintenance
5
Quality
14
Community
6
Popularity
2
Documentation
10
zan-sort
Maintenance
9
Quality
16
Community
6
Popularity
2
Documentation
13
arslib
Maintenance
12
Quality
12
Community
6
Popularity
1
Documentation
13
Technical Details
| learned-partition-sort | zan-sort | arslib | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 3 | 5 |
| Crate Size | 16KB | 28KB | 399KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •zan-sort leads with a health score of 46/100, but none of the options score above 80.
- •learned-partition-sort has the most downloads (24), suggesting wider adoption.