Bug 162007

Summary: Use efficient iterators in URLParser
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch thorton: review+

Alex Christensen
Reported 2016-09-14 22:16:03 PDT
Use efficient iterators in URLParser
Attachments
Patch (34.66 KB, patch)
2016-09-14 22:24 PDT, Alex Christensen
no flags
Patch (34.76 KB, patch)
2016-09-14 23:26 PDT, Alex Christensen
thorton: review+
Alex Christensen
Comment 1 2016-09-14 22:24:55 PDT
Alex Christensen
Comment 2 2016-09-14 23:26:43 PDT
Alex Christensen
Comment 3 2016-09-15 09:02:32 PDT
Before this patch, URLParser is about 2.05x as slow as URL::parse. After this patch, URLParser is about 1.55x as slow as URL::parse.
Alex Christensen
Comment 4 2016-09-15 10:14:28 PDT
On my computer this increases the binary size of a release build of WebCore (which is about 44MB) by about 15KB.
Alex Christensen
Comment 5 2016-09-15 11:14:28 PDT
Note You need to log in before you can comment on or make changes to this bug.