Merge pull request #31112 from wojtek-t/set_unsorted_list
Automatic merge from submit-queue
Avoid sorting lists when unnecessary
I've seen ThreadSafeMap::List consuming ~30% of whole CPU usage, spending the whole time in sorting (while it is in fact completely unneded).
Showing
Please
register
or
sign in
to comment