Rust nth_element implementation that leverages Andrei Alexandrescu's Adaptive Quickselect algorithm.
RustMIT
adqselect
A lightweight crate that brings to Rust an nth_element implementation that leverages Andrei Alexandrescu's adaptive quickselect algorithm. Also available on crates.io.
Installation
Be sure that your Cargo.toml looks somewhat like this:
This chart shows the relationship between function/parameter and iteration time. The thickness of the shaded
region indicates the probability that a measurement of the given function/parameter would take a particular
length of time.
Line Chart
This chart shows the mean measured time for each function as the input (or the size of the input) increases.