You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #143495 - AngelicosPhosphoros:angelicos_phosphoros/skip_run_detection_in_sort_unstable, r=<try>
Skip `find_existing_run` call if head and tail pairs sorted differently
This would help to avoid running comparator for all elements when user pushed an element to end of sorted Vec, breaking order only in last element.
r? `@Voultapher`
0 commit comments