[Webkit-unassigned] [Bug 126077] Rewrite Text node attaching to not be N^2 in HTML parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 12 06:03:21 PST 2016


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

--- Comment #3 from Antti Koivisto <koivisto at iki.fi> ---
No, I haven't done anything with text nodes. The blink commit doesn't indicate if this was an observed problem rather than a theoretical one. As far as I see this isn't an actual O(n^2) because we limit the text node length to 64k characters and split them up as needed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160112/391817de/attachment.html>


More information about the webkit-unassigned mailing list