Hacker News new | ask | show | jobs
by rthkljlkrj 907 days ago
For those wondering what Chris is talking about, I just tried this:

    using Plots
    plot(sin)

from fresh start, and it's about 2 seconds on my Dell Latitude 7400 (Core i7).
1 comments

Julia 1.10 takes 1.00 seconds on my laptop, including loading Julia itself:

time julia -e "using Plots; plot(sin)"