Skip to main content

parallel_sort_f64

Function parallel_sort_f64 

Source
pub fn parallel_sort_f64(data: &mut [f64])
Expand description

Parallel sort of f64 values (ascending).

Uses Rayon’s parallel sort. NaN values are placed at the end.