Crate bitonic [] [src]

Functions

bitonic_sort

Sorts the slice using parallel bitonic sort.

bitonic_sort_by

Sorts the slice with comparator function using parallel bitonic sort.

bitonic_sort_by_key

Sorts the slice with a key extraction function using parallel bitonic sort.