Skip to content
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

time to first tab complete #49415

Closed
oscardssmith opened this issue Apr 19, 2023 · 1 comment
Closed

time to first tab complete #49415

oscardssmith opened this issue Apr 19, 2023 · 1 comment
Labels
compiler:latency Compiler latency REPL Julia's REPL (Read Eval Print Loop)

Comments

@oscardssmith
Copy link
Member

The new tab completion #49206 is amazing but it has a roughly 3 second latency for the first tab complete. To fix this, we can lock the world age that the REPLInterpreter runs in and add a precompile for it.

@oscardssmith oscardssmith added REPL Julia's REPL (Read Eval Print Loop) compiler:latency Compiler latency labels Apr 19, 2023
@ViralBShah
Copy link
Member

Tabs feel pretty instantaneous now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:latency Compiler latency REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

No branches or pull requests

2 participants