Decision Workspace
count_sort vs pdqsort vs ordered-float
Side-by-side comparison of Rust crates
38
count_sort
growingv0.3.0
O(n) sorting library for large datasets with small range of possible values
47
pdqsort
growingv1.0.3
Pattern-defeating quicksort
77
ordered-float
stablev5.2.0
Wrappers for total ordering on floats
Core Metrics
| count_sort | pdqsort | ordered-float | |
|---|---|---|---|
| Health Score | 38 | 47 | 77 |
| Total Downloads | 16.0K | 87.5K | 280.1M |
| 30d Downloads | 15 | 921 | 20.9M |
| Dependents | 0 | 12 | 12.0K |
| Releases | 11 | 7 | 57 |
| Last Updated | 2343d ago | 3287d ago | 2d ago |
| Age | 6y 11m | 9y 2m | 11y 4m |
Health Breakdown
count_sort
Maintenance
4
Quality
14
Community
6
Popularity
5
Documentation
9
pdqsort
Maintenance
3
Quality
20
Community
7
Popularity
6
Documentation
11
ordered-float
Maintenance
18
Quality
19
Community
20
Popularity
8
Documentation
12
Technical Details
| count_sort | pdqsort | ordered-float | |
|---|---|---|---|
| Version | 0.3.0 | 1.0.3 | 5.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | Apache-2.0/MIT | MIT |
| Dependencies | 4 | 1 | 13 |
| Crate Size | 4KB | 14KB | 32KB |
| Features | 0 | 0 | 10 |
| Yanked % | 0.0% | 0.0% | 5.3% |
| Edition | 2018 | — | 2021 |
| MSRV | — | — | 1.63 |
| Owners | 1 | 0 | 3 (team) |
Links
Quick Verdict
- •ordered-float leads with a health score of 77/100, but none of the options score above 80.
- •ordered-float is depended on by 12.0K crates — strongest ecosystem trust.
- •⚠ count_sort, pdqsort have not been updated in over a year.
- •count_sort is pre-1.0 — API may change.