Only recompute space-view heuristics if something has changed #3110
Labels
enhancement
New feature or request
🚀 performance
Optimization, memory use, etc
📺 re_viewer
affects re_viewer itself
Specifically, entities_per_system_per_class (and the things it depends on) can be trivially cached if we have not inserted any new components in the data-store.
An easy cache-key for this is to simply sum the number of components across all entity-paths.
The text was updated successfully, but these errors were encountered: