Home | History | Annotate | Download | only in src

Lines Matching refs:Insertion

744   // For short (length <= 22) arrays, insertion sort is used for efficiency.
777 // Insertion sort is faster for short arrays.