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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 27 15:07:45 PDT 2010


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

           Summary: Increase performance of XMLParser
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: paroga at paroga.com


In the current implementation of the XMLParser is much room for performance improvements.

A expat based XMLParser (see bug 41427) showed up to 25% less parsing time:
            libxml2        expat     percent
 5MB SVG:  0.7183sec     0.5356sec    -25%
10MB SVG:  1.6084sec     1.2298sec    -24%
20MB SVG:  5.4084sec     4.6952sec    -13%

-- 
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