WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug