|
|
|
|
|
by moelf
254 days ago
|
|
on a macMini (i.e. fast RAM), time to display: - Plots.jl, 1.4 seconds (include package loading) - CairoMakie.jl, 4 seconds (including package loading) julia> @time @eval (using Plots; display(plot(rand(3)))) 1.477268 seconds (1.40 M allocations: 89.648 MiB, 2.70% gc time, 7.16% compilation time: 5% of which was recompilation)
|
|