rayon-rs/rayon

par_select_nth methods

Open

#838 opened on Mar 27, 2021

 (1 comment) (0 reactions) (0 assignees)Rust (450 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (9,410 stars)
PR merge metrics
 (PR metrics pending)

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