-
Notifications
You must be signed in to change notification settings - Fork 18
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
Load time latency #48
Comments
I worked extensively to reduce the load time in Revise (timholy/Revise.jl#185, not a big PR but it took me more time than it should have to do the analysis and figure out what worked and what didn't). But I haven't investigated Rebugger. So there may be hope to reduce it somewhat. And of course Revise might be amenable to further improvement. |
I'm looking for help here, by the way. It's not terribly hard with SnoopCompile, but it is tedious. |
I may have made some strides here, care to try again? ( |
Thanks, startup time is improved. It seems that most of the latency has been transferred and now it takes longer for the prompt/repl to show up/initialize, which is better than the previous behavior. |
I am not sure if there is anything to be done here
The following are my julia load times when I add Revise and Rebugger to my
startup.jl
fileIs there any possibility to improve load time latency ? Starting julia takes a long time with the super useful Revise and Rebugger packages added to the startup file.
The text was updated successfully, but these errors were encountered: