[Webkit-unassigned] [Bug 13351] O(N^2) behavior seen when parsing, rendering, and destroying nested tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 20 00:34:50 PDT 2007


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





------- Comment #8 from hyatt at apple.com  2007-04-20 00:34 PDT -------
Also, parsing is not O(n^2) in the nested span case.  It's just as fast as the
span case.  It's building up the render tree and laying it out that is O(n^2),.


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



More information about the webkit-unassigned mailing list