Graphite/editor
Dennis Kobert 661f61348e
Fix viewport navigation performance by caching graph compilations (#1477)
Only recompile the graph and update thumbnails if the graph has actually changed. (Future work: only send just the thumbnails that actually changed instead of resending all of them.)

* Cache graph compilations

* Only update thumbnails if the graph has changed

* Remove debug statement and fix warnings
2023-11-26 14:21:17 +00:00
..
src Fix viewport navigation performance by caching graph compilations (#1477) 2023-11-26 14:21:17 +00:00
Cargo.toml Migrate the Select tool to the document graph (#1433) 2023-10-17 11:09:32 -07:00
build.rs A few minor lints and docs (#1436) 2023-10-18 23:33:10 -07:00