[Webkit-unassigned] [Bug 43085] Increase performance of XMLParser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 31 10:14:41 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43085





--- Comment #4 from Patrick R. Gansterer <paroga at paroga.com>  2010-07-31 10:14:41 PST ---
(In reply to comment #3)
> If you're interested in this question, I suggest reading the svn logs in the xml directory in webcore. Trac.webkit.org.
Wow, that's realy old code. ;-)
I don't think that expat will be better than libxml. IMHO only a "native" WebKit parser can avoid the time-consuming memcpy/strcpy that any 3rdparty parser has. My expat implementation avoids the UTF16->UTF8->UTF16 conversation of libxml implementation, but there are unnecessary memcpy in the expat code anyway.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list