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