Improve Map Editor Initialization Time #14
Loading…
Reference in New Issue
No description provided.
Delete Branch "init-performance-improvements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reduces the time taken for the map editor to initialize.
This is achieved by making more use of the
%BusyNotice
node to dispatch and process relatively computationally expensive tasks in its own thread while allowing the main thread to continue initializing the user interface.