Commit 8fc142d
committed
Debounce loaded object modification check
Before, this was running 2 fs::metadata
calls every frame. We don't need to do it
nearly that often, so now it only checks
once every 500ms.
This required refactoring AppConfig into
a separate AppState that holds transient
runtime state along with the loaded
AppConfig.1 parent b0123b3 commit 8fc142d
File tree
4 files changed
+273
-257
lines changed- objdiff-gui/src
- views
4 files changed
+273
-257
lines changed
0 commit comments