The load time for packages increased a lot from Julia 1.10 to 1.11 to 1.12-beta4. See: Package load time regressions in 1.12 · Issue #57436 · JuliaLang/julia · GitHub
I think this problem has mostly be fixed in two PRs:
- shield `_artifact_str` function behind a world age barrier by KristofferC · Pull Request #58957 · JuliaLang/julia · GitHub
- stored method interference graph by vtjnash · Pull Request #58948 · JuliaLang/julia · GitHub
The first one is already merged into master, the second one is not yet merged.
My question: Will these two PRs be merged and backported before the release of 1.12.0 ?
That would be very nice. And thanks for the good work!