-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add precompilation #97
Comments
Let's time. julia> @re
julia> using PkgGraph
julia> @time PkgGraph.depgraph_as_dotstr(:OrdinaryDiffEq);
5.050874 seconds (18.93 M allocations: 1.692 GiB, 9.92% gc time, 16.54% compilation time) |
Kindof annoying though: re-precompilation time (i.e. every time I edit the src) is now 4.3 seconds longer (almost 2x as long)
|
Ok there is a decent first run delay: https://asciinema.org/a/555338 ( |
re so precompile the ProgressMeter, and the initial |
We can profile our compilation (and/or type inference) time:
(snoopi deep) |
this deprecates (hopefully)
The text was updated successfully, but these errors were encountered: