pub const QUICK_SORT_THRESHOLD: usize = 9;
Threshold below which quicksort switches to insertion sort. Matches C++ quick_sort_threshold.
quick_sort_threshold