-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Possibly excessive transform creation #12031
Copy link
Copy link
Open
Labels
PerformancekeepItems to be ignored by the “Stale” Github ActionItems to be ignored by the “Stale” Github Action
Description
Follow-up to #11972, which solves a memory leak, but leaves the question of whether we can improve performance by reducing the number of transform instantiations.
It was pointed out that simply moving the cursor in an otherwise static plot is enough to cause calls to Transform.set_children, which occurs when transforms are chained or blended.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PerformancekeepItems to be ignored by the “Stale” Github ActionItems to be ignored by the “Stale” Github Action