rdst 0.20.14

A flexible parallel unstable radix sort that supports sorting by any arbitrarily defined sequence of bytes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod comparative_sort;
mod lsb_sort;
#[cfg(feature = "multi-threaded")]
mod mt_lsb_sort;
mod out_of_place_sort;
#[cfg(feature = "multi-threaded")]
mod recombinating_sort;
#[cfg(feature = "multi-threaded")]
mod regions_sort;
#[cfg(feature = "multi-threaded")]
mod scanning_sort;
mod ska_sort;