-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
REPL help menu has significant latency on master #56074
Labels
Milestone
Comments
We are compiling a bunch of the parser and Markdown code etc. Biggest ones are:
Full list
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
stdlib/REPL/src/precompile.jl
, the line? reinterpret
is added as part of REPL's precompilation script.Unfortunately, I still see some latency when running precisely that line - perhaps due to the use of the new styled string, or syntax highlighting standard libraries.
The two GIFs below illustrate the difference between 1.11.0 and current master.
The text was updated successfully, but these errors were encountered: