rayon-rs/rayon

par_select_nth methods

Open

#838 opened on Mar 27, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (9,410 stars) (450 forks)batch import
enhancementhelp wanted

Description

Similar to the set of par_sort slice methods, par_select_nth methods matching the respective (unstable) slice methods of the standard library would be extremely useful. See: https://doc.rust-lang.org/beta/std/primitive.slice.html#method.select_nth_unstable

Contributor guide