Remove stable sort usage when not needed (#5586)
Stable sort is needed when we are sorting based on two or more distinct elements. When equal elements are indistinguishable, such as with integers, or more generally, any data where the entire element is the key like `PartNumber`, stability is not an issue.master
parent
6b3db7556a
commit
9af254a82f
Loading…
Reference in new issue