enso/app/gui/view/graph-editor
Kaz Wesley 7e6a919737
Coalesce graph editor view invalidations (#6786)
Only invalidate the graph editor view at most once per frame. On develop, this saves about 70ms (2%). Testing a recent backend without #6755 as a stress-test, this saves about 5s (45%). This reflects better scalability to large numbers of `SuggestionUpdate` messages.

Fixes #6630.

# Important Notes
- Also fix intermittent profiling failures occurring since the introduction of microtasks.
2023-05-29 14:39:20 +00:00
..
src Coalesce graph editor view invalidations (#6786) 2023-05-29 14:39:20 +00:00
Cargo.toml Fix list editor panics during insertion (#6540) 2023-05-17 18:53:51 +00:00