RESOLVED CONFIGURATION CHANGED 31880
Optimize GraphicsLayerCACF::setChildren()
https://bugs.webkit.org/show_bug.cgi?id=31880
Summary Optimize GraphicsLayerCACF::setChildren()
Simon Fraser (smfr)
Reported 2009-11-25 10:04:49 PST
Now that I added GraphicsLayer::setChildren() via bug 31879, the CACF implementation is slow: updateSubLayerList() is going to get called for each child that gets added, and once more in the setChildren(). This is potentially O(N^2).
Attachments
Brent Fulgham
Comment 1 2022-06-24 13:56:20 PDT
GraphicsLayerCACF no longer exists.
Note You need to log in before you can comment on or make changes to this bug.