mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-06 17:58:05 +02:00
This means we don't have to JIT a bunch of UIs that you might not open, reducing memory usage and startup overhead. One (1) UI is always JITed in another thread before prototype UIs are loaded, so as to warm up the JIT machinery. Said type is DropDownDebugConsole which always gets used anyways so there's no harm in it. In total, these changes save more than a second of startup time for me.