Decision Workspace
adqselect vs pdqselect vs floydrivest
Side-by-side comparison of Rust crates
45
adqselect
growingv0.1.5
A lightweight crate that brings an implementation of nth_element by using the adaptive quickselect algorithm by Andrei Alexandrescu.
48
pdqselect
growingv0.1.1
Selects the kth smallest element of a slice, based on Orson Peters's Pattern Defeating Quickselect
35
floydrivest
growingv0.2.4
A lightweight crate that brings the Floyd-Rivest implementation of nth_element.
Core Metrics
| adqselect | pdqselect | floydrivest | |
|---|---|---|---|
| Health Score | 45 | 48 | 35 |
| Total Downloads | 10.2K | 3.8M | 13.2K |
| 30d Downloads | 54 | 496.4K | 79 |
| Dependents | 9 | 213 | 8 |
| Releases | 6 | 2 | 9 |
| Last Updated | 143d ago | 1593d ago | 1902d ago |
| Age | 5y 7m | 8y 5m | 5y 7m |
Health Breakdown
adqselect
Maintenance
9
Quality
13
Community
8
Popularity
5
Documentation
10
pdqselect
Maintenance
3
Quality
15
Community
12
Popularity
8
Documentation
10
floydrivest
Maintenance
4
Quality
9
Community
8
Popularity
5
Documentation
9
Technical Details
| adqselect | pdqselect | floydrivest | |
|---|---|---|---|
| Version | 0.1.5 | 0.1.1 | 0.2.4 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0/MIT | MIT |
| Dependencies | 6 | 2 | 5 |
| Crate Size | 441KB | 10KB | 68KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 22.2% |
| Edition | 2024 | 2021 | 2018 |
| 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, floydrivest have not been updated in over a year.