voracious_radix_sort 1.2.0

State of the art radix sort algorithms. Single thread and multi thread versions.
Documentation
1
2
3
4
pub mod k_way_merge;
// pub mod k_way_merge_mt;
#[cfg(feature = "voracious_multithread")] pub mod regions_graph;
pub mod verge_sort_heuristic;