Function bitonic::bitonic_sort [] [src]

pub fn bitonic_sort<T: Send>(slice: &mut [T]) where
    T: Ord

Sorts the slice using parallel bitonic sort.

This sort isn't stable.

Panics

If the size of the array is not a power of two.