|
|
|
|
|
by ChrisRackauckas
907 days ago
|
|
The load time improvements are amazing. Thanks to everyone that was involved. I've been using it locally for months now simply because of this feature and I had to update my "how to deal with compile-time" blog post (https://sciml.ai/news/2022/09/21/compile_time/) to basically say system images really aren't needed anymore with these improvements. With that and the improvements to parallel compilation I tend to not care about "first time to X" anymore. To me it's solved and I'm onto other things (though I personally need to decrease the precompilation time of DifferentialEquations.jl, but all of the tools exist in v1.10 and that's on me to do, ya'll have done your part!). Additionally: * Parser error 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 (might be unrelated, but is a recent improvement in some VS Code things) Altogether, I'm pretty happy with how this one shaped up and am looking forward to static compilation and interfaces being the next big focus areas. |
|
It takes some time to precompile packages, but once that's done I'm seeing the first plot pop up in fractions of a second.
Compliments to the Julia team! I'm looking forward to trying out this new version.