Decision Workspace
pdqselect vs adqselect vs kth
Side-by-side comparison of Rust crates
48
pdqselect
growingv0.1.1
Selects the kth smallest element of a slice, based on Orson Peters's Pattern Defeating Quickselect
45
adqselect
growingv0.1.5
A lightweight crate that brings an implementation of nth_element by using the adaptive quickselect algorithm by Andrei Alexandrescu.
38
kth
growingv0.1.0
Find the k-th order element of an array (one of which is the median)
Core Metrics
| pdqselect | adqselect | kth | |
|---|---|---|---|
| Health Score | 48 | 45 | 38 |
| Total Downloads | 3.8M | 10.2K | 28.3K |
| 30d Downloads | 496.4K | 54 | 697 |
| Dependents | 213 | 9 | 10 |
| Releases | 2 | 6 | 1 |
| Last Updated | 1593d ago | 143d ago | 3225d ago |
| Age | 8y 5m | 5y 7m | 8y 10m |
Health Breakdown
pdqselect
Maintenance
3
Quality
15
Community
12
Popularity
8
Documentation
10
adqselect
Maintenance
9
Quality
13
Community
8
Popularity
5
Documentation
10
kth
Maintenance
1
Quality
15
Community
6
Popularity
5
Documentation
11
Technical Details
| pdqselect | adqselect | kth | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.5 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0/MIT | MIT | Apache-2.0 OR MIT |
| Dependencies | 2 | 6 | 4 |
| Crate Size | 10KB | 441KB | 5KB |
| Features | 0 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •pdqselect leads with a health score of 48/100, but none of the options score above 80.
- •pdqselect is depended on by 213 crates — strongest ecosystem trust.
- •⚠ pdqselect, kth have not been updated in over a year.