I just want to say thanks for this release. I’ve been using it locally for months now, and going back to v1.9 just to test… man this is a major step forward.
Load times are drastically better (order of magnitude for what I do with SciML)
Parser messages are clearer
Stack traces are no longer infinitely long! They are good and legible!
VS Code auto-complete stuff is snappier and more predictive (I believe this has something to do with the parser change?)
Unless @pfitzseb has done some secret work, I can’t think of anything that would have made any change on that front The new parser in base is not used (yet) by the VS Code extension.
Completely agree… For someone like me who started with Julia 1.4.0 , getting irritated with loading DiffEq.jl Plots.jl after +20 or +30 seconds or even more on my laptop …to now ~1 or ~2 seconds on same machine with Julia 1.10.0
Its a relief.
At some point i was seriously considering going back to Python for exactly this time to first load. It use to feel bad for seeing instant import numpy or import matplotlib but huge timelag for using DifferentialEquations or using Plots.jl
Also there is something satisfying about seeing parallel precompilation on htop application for mang packages
Same here. I noticed running Literate notebooks (using Plots.jl , DifferentialEquations.jl, Catalyst.jl, and ModelingToolkit.jl) on GitHub actions becomes significantly faster.
Thank you. That patch totally fixed the precompile cache invalidation issue. Now, the standard workflow runs as fast as the jill workflow. (GitHub actions run)