[Webkit-unassigned] [Bug 13233] Need to implement an optimizing XPath evaluator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 19 10:12:51 PST 2009


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





------- Comment #4 from sasha at ask.com  2009-02-19 10:12 PDT -------
Evaluator optimizing is the subject for Iterating a single dimensional array.
And it is a task for XPath evaluator optimization. Most of apps which utilizing
web services working with flat array-like data XML. Picture galleries, search
engines are just simple samples. You could use their JSON incarnation, but
XPath is way more usable as filters over same data.

XPath optimisation is not so critical for UI DOM navigation, where numbers are
sufficient(still few times slower of other browsers).


-- 
Configure bugmail: https://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.



More information about the webkit-unassigned mailing list