Skip to content
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

Slower startup by 56% (parts of 3x slower) in 1.11, missing precompile statements? #191

Open
PallHaraldsson opened this issue Sep 3, 2024 · 0 comments

Comments

@PallHaraldsson
Copy link

It's only a minor contribution to: JuliaPy/CondaPkg.jl#145

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
@PallHaraldsson 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant