WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
162007
Use efficient iterators in URLParser
https://bugs.webkit.org/show_bug.cgi?id=162007
Summary
Use efficient iterators in URLParser
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
Details
Formatted Diff
Diff
Patch
(34.76 KB, patch)
2016-09-14 23:26 PDT
,
Alex Christensen
thorton
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2016-09-14 22:24:55 PDT
Created
attachment 288928
[details]
Patch
Alex Christensen
Comment 2
2016-09-14 23:26:43 PDT
Created
attachment 288930
[details]
Patch
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
http://trac.webkit.org/changeset/205986
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug