Decision Workspace
staticsort vs pdqsort vs quick_sort
Side-by-side comparison of Rust crates
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.
47
pdqsort
growingv1.0.3
Pattern-defeating quicksort
38
quick_sort
growingv0.2.1
In place quick sort
Core Metrics
| staticsort | pdqsort | quick_sort | |
|---|---|---|---|
| Health Score | 40 | 47 | 38 |
| Total Downloads | 24.4K | 87.5K | 8.1K |
| 30d Downloads | 47 | 930 | 35 |
| Dependents | 14 | 12 | 3 |
| Releases | 11 | 7 | 3 |
| Last Updated | 1552d ago | 3287d ago | 3457d ago |
| Age | 6y 3m | 9y 2m | 9y 6m |
Health Breakdown
staticsort
Maintenance
4
Quality
10
Community
9
Popularity
5
Documentation
12
pdqsort
Maintenance
3
Quality
20
Community
7
Popularity
6
Documentation
11
quick_sort
Maintenance
3
Quality
14
Community
5
Popularity
5
Documentation
11
Technical Details
| staticsort | pdqsort | quick_sort | |
|---|---|---|---|
| Version | 0.4.2 | 1.0.3 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0/MIT | MIT |
| Dependencies | 0 | 1 | 1 |
| Crate Size | 8KB | 14KB | 578KB |
| Features | 0 | 0 | 1 |
| Yanked % | 36.4% | 0.0% | 0.0% |
| 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.
- •⚠ staticsort, pdqsort, quick_sort have not been updated in over a year.
- •staticsort, quick_sort are pre-1.0 — API may change.