Skip to main content

QUICK_SORT_THRESHOLD

Constant QUICK_SORT_THRESHOLD 

Source
pub const QUICK_SORT_THRESHOLD: usize = 9;
Expand description

Threshold below which quicksort switches to insertion sort. Matches C++ quick_sort_threshold.