DescriptionReplace O(n^2) set intersection test with O(n)
The original Blink code used unordered WTF sets, and we missed this
when porting the back end to Chromium and std::set.
BUG=280741
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220416
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|