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
On Julia 1.11+, loading Pkg might not be free anymore :
julia>@time_importsusing Nemo
...586.6 ms Pkg
...
Welcome to Nemo version 0.45.7
Nemo comes with absolutely no warranty whatsoever
┌ 487.9 ms Nemo.__init__() 9.25% compilation time
749.8 ms Nemo 6.02% compilation time
It seems that Pkg is used for determining the version of Nemo :
On Julia 1.11+, loading Pkg might not be free anymore :
It seems that Pkg is used for determining the version of Nemo :
Nemo.jl/src/Nemo.jl
Line 386 in 8fac1af
Maybe Base.get_pkgversion_from_path or similar can be used as a cheaper replacement :
The text was updated successfully, but these errors were encountered: