Expand description
Rust bindings for the Google Highway vectorized quicksort.
Structs§
Traits§
- Vqsort
Item - A trait for types that can be sorted.
Functions§
- sort
- Sorts
datain ascending order. - sort_
descending - Sorts
datain descending order.
Rust bindings for the Google Highway vectorized quicksort.
data in ascending order.data in descending order.