Hacker News new | ask | show | jobs
by eigenspace 1975 days ago
Yes, absolutely. Version 1.5 brought significantly faster precompilation and version 1.6 (currently in beta) brings some precompilation speed improvements on top of that as well as multithreaded precompilation, so things have improved a ton in that regard.

We're expecting more benefits down the pipe as well with better AOT compilation support so you don't have to redo compilation so much between sessions.

Compilation and precompilation latency have been the two most consistent focuses of the developer team over the past couple years.

1 comments

Thanks, looks like I should give julia a try again.