pub fn parallel_sort_stable<T>(data: &mut [T])where T: Copy + Send + Sync + PartialOrd,
Parallel stable sort for large slices.