Crate vqsort_rs

Source
Expand description

Rust bindings for the Google Highway vectorized quicksort.

Structs§

Key32Value32
Key64Value64

Traits§

VqsortItem
A trait for types that can be sorted.

Functions§

sort
Sorts data in ascending order.
sort_descending
Sorts data in descending order.