Hey! I am wondering if Julia 1.11 makes any improvements to install times, loading times, TTFX and the like? I looked at the release notes but couldn't find something!
Last I checked, 1.11 has a bunch of regressions, making precompilatio especially, but TTFX in general, slower.
As I see it, 1.11 is mostly about nice new capabilities that will take a few releases for us to really see the full benefits of (e.g. Memory
)
Thanks, that makes sense! @Timothy do you mean that the 1.11 features will give TTFX benefits from packages, or Julia itself? or something else?
One thing is relocatable precompile files in 1.11 – I think there is the intention to one day download precompile files from package server, which can be faster than precompiling yourself. So that's an example of a feature that can lead to TTFX improvements in a future release.
Yes, we do plan to get infra to offload a lot to a server
right now there are some regressions though
a lot of those regressions are because loading Pkg
and some other stdlibs is no longer free
Last updated: Nov 06 2024 at 04:40 UTC