Searched refs:MIN_RUN (Results 1 – 1 of 1) sorted by relevance
1088 const MIN_RUN: usize = 10; in merge_sort() consts1141 while start > 0 && end - start < MIN_RUN { in merge_sort()
Completed in 5 milliseconds