You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
I am experimenting with the package for the first time, and noticed that the precompilation time is quite large:
julia>@timeaverage(gt); # first execution26.373887 seconds (206.77 M allocations:9.999 GiB, 3.68% gc time, 99.96% compilation time)
julia>@timeaverage(gt); # second execution0.014517 seconds (330.02 k allocations:18.696 MiB)
Should we add a precompilation script to get a better first-time experience?
I am experimenting with the package for the first time, and noticed that the precompilation time is quite large:
Should we add a precompilation script to get a better first-time experience?