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

IJulia is not precompiling in parallel on using? #1107

Open
nilshg opened this issue Mar 7, 2024 · 2 comments
Open

IJulia is not precompiling in parallel on using? #1107

nilshg opened this issue Mar 7, 2024 · 2 comments

Comments

@nilshg
Copy link

nilshg commented Mar 7, 2024

Julia has gained the ability to precompile in parallel on using a while ago:

JuliaLang/julia#49242

This doesn't seem to happen in IJulia - is there a way to access this REPL feature in IJulia?

@fingolfin
Copy link
Contributor

That feature is about precompiling multiple packages in parallel. As such I think it works fine for IJulia -- indeed I test it very often, when I ]up my main Julia environment. IJulia is precompiled in parallel to other packages, and it is not the last one usually, either.

If the only thing that needs to be precompiled is IJulia, this feature has no effect.

@nilshg
Copy link
Author

nilshg commented Mar 11, 2024

Sorry if my phrasing was unclear - I am indeed talking about IJulia not precompiling multiple packages in parallel when using them inside a notebook, so that precompilation takes significantly longer in a notebook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants