-
Notifications
You must be signed in to change notification settings - Fork 6
General spatial panel optimization #1202
Copy link
Copy link
Open
Labels
Low PriorityNot the biggest concern at the moment. Also includes "nice to haves"Not the biggest concern at the moment. Also includes "nice to haves"code cleanupFix the ugly, inefficient or just plain bad.Fix the ugly, inefficient or just plain bad.spatialSpatial displays, new implementations, etc.Spatial displays, new implementations, etc.
Metadata
Metadata
Assignees
Labels
Low PriorityNot the biggest concern at the moment. Also includes "nice to haves"Not the biggest concern at the moment. Also includes "nice to haves"code cleanupFix the ugly, inefficient or just plain bad.Fix the ugly, inefficient or just plain bad.spatialSpatial displays, new implementations, etc.Spatial displays, new implementations, etc.
Currently working on optimizing the spatial panel for speed (with help from my AI buddies). There are some places where a callback triggers rerendering the entire plot, or panel object and I am trying to use some Plotly and Panel "update" functions to reuse the same objects. Also caching here and there.