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
julia> @time_imports using Parsers
0.7 ms Printf
29.5 ms Dates
0.2 ms UUIDs
0.5 ms TOML
11.7 ms Preferences
0.4 ms PrecompileTools
┌ 0.0 ms Parsers.__init__()
288.2 ms Parsers 87.49% compilation time
that last line 3x slower, and why e.g. Dates extra?
vs. in 1.10:
julia> @time_imports using Parsers
17.9 ms Preferences
0.3 ms PrecompileTools
┌ 0.0 ms Parsers.__init__()
78.6 ms Parsers 54.68% compilation time
The text was updated successfully, but these errors were encountered:
PallHaraldsson
changed the title
Slower startup by 56% (parets 3x slower) in 1.11, missing precompile statements?
Slower startup by 56% (parts of 3x slower) in 1.11, missing precompile statements?
Sep 3, 2024
It's only a minor contribution to: JuliaPy/CondaPkg.jl#145
The text was updated successfully, but these errors were encountered: