Decision Workspace
quick_sort vs pdqsort vs staticsort
Side-by-side comparison of Rust crates
38
quick_sort
growingv0.2.1
In place quick sort
47
pdqsort
growingv1.0.3
Pattern-defeating quicksort
40
staticsort
growingv0.4.2
Implements a macro providing a compile-time quicksort function for arrays of any length, containing any primitive Copy type with a PartialOrd implementation.
Core Metrics
| quick_sort | pdqsort | staticsort | |
|---|---|---|---|
| Health Score | 38 | 47 | 40 |
| Total Downloads | 8.1K | 87.5K | 24.4K |
| 30d Downloads | 35 | 921 | 45 |
| Dependents | 3 | 12 | 14 |
| Releases | 3 | 7 | 11 |
| Last Updated | 3457d ago | 3287d ago | 1552d ago |
| Age | 9y 6m | 9y 2m | 6y 3m |
Health Breakdown
quick_sort
Maintenance
3
Quality
14
Community
5
Popularity
5
Documentation
11
pdqsort
Maintenance
3
Quality
20
Community
7
Popularity
6
Documentation
11
staticsort
Maintenance
4
Quality
10
Community
9
Popularity
5
Documentation
12
Technical Details
| quick_sort | pdqsort | staticsort | |
|---|---|---|---|
| Version | 0.2.1 | 1.0.3 | 0.4.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | Apache-2.0/MIT | MIT OR Apache-2.0 |
| Dependencies | 1 | 1 | 0 |
| Crate Size | 578KB | 14KB | 8KB |
| Features | 1 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 36.4% |
| Edition | — | — | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 0 | 1 |
Links
Quick Verdict
- •pdqsort leads with a health score of 47/100, but none of the options score above 80.
- •⚠ quick_sort, pdqsort, staticsort have not been updated in over a year.
- •quick_sort, staticsort are pre-1.0 — API may change.