DescriptionRemove unnecessary copies in CRLSet parsing.
This showed up in Chrome Traces covering the startup of Chrome for Android.
CRLSet parsing was taking 70ms of CPU on Nexus 4 (although this is happening on
the File thread).
That cost is now down to 18ms. There are certainly further ways to decrease
this even more though.
BUG=376793
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274607
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address Egor's comments #
Total comments: 2
Patch Set 3 : Address Adam's comment #Patch Set 4 : Fix unit test #
Messages
Total messages: 15 (0 generated)
|