[Webkit-unassigned] [Bug 13021] XPath can be very slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 9 12:03:57 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=13021


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |ap at webkit.org
                   |unassigned at lists.webkit.org |




------- Comment #1 from ap at webkit.org  2007-03-09 12:03 PDT -------
I believe the problem is that //* enumerates all element children multiple
times, removing the duplicates later. I have noticed this by code inspection
before, but didn't expect //* to be a common idiom.

I'm going to try some possible optimizations.


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



More information about the webkit-unassigned mailing list