pub fn parallel_argsort(data: &[f64]) -> Vec<usize>
Parallel argsort: returns indices that would sort data in ascending order.
data