-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialize JLine terminal asynchronously #8688
Labels
Comments
Duplicated by #8690 |
3 tasks
Jaroslav Tulach reports a new STANDUP for yesterday (2024-09-23): Progress: .
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
#8496 switched from DumbTerminal to a proper JLine terminal. This adds 80 ms to the startup time.
fast.nps
is a profiling snapshot from #8553 (comment) (from older revision before #8496) andt.nps
is after #8596.We can see that there is roughly 80 ms difference in
makeTerminalForRepl
. Moreover, we can see that infast.nps
, onlyDumbTerminal
is initialized.Both profiling snapshots are attached in profilings.zip
Let's initialize the JLine terminal asynchronously.
The text was updated successfully, but these errors were encountered: