Crate bitonic

Source

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.