-
Notifications
You must be signed in to change notification settings - Fork 190
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
notable startup latency #1052
Comments
Hey @thautwarm, I see this locally on 1.10.0: julia> @time using PyCall
0.311416 seconds (367.73 k allocations: 24.860 MiB, 3.42% gc time, 66.53% compilation time: 98% of which was recompilation)
julia> @time using PyCall
0.000159 seconds (151 allocations: 13.984 KiB) Cheers, |
It gets resolved since 1.10, but still applicable for earlier versions. |
Closing as a Julia issue that is now fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that the latency gets worse with newer Julia. Here are the startup tests on my local machine:
Julia v1.9.2:
Julia v1.7.3:
Julia v1.9 is quite slow at loading PyCall comparing to it used to be in v1.7. I wonder if there are any known reasons for the latency or possible approaches to address this?
The text was updated successfully, but these errors were encountered: