You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By initializing in own thread, we can eliminate Thread.currentThread().setContextClassLoader(prevClassLoader) - as the thread will die out after performing initialization.
Investigation of
revealed that another reason for slowing the startup by 16% (while measurements were off) is replacement of
DumbTerminal
:by proper and more capable
As the terminal isn't going to needed for next 1 or 2 seconds, let's defer its initialization into own (low priority)
Thread
.The text was updated successfully, but these errors were encountered: