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
#[cfg(all(feature = "multi-threaded", any(test, bench, tuning)))]
pub mod bench_utils;
#[cfg(all(feature = "multi-threaded", any(test, bench, tuning)))]
pub mod test_utils;

mod sort_utils;

pub use sort_utils::*;