It would be great if something could be done to speed up the load time.
In Julia 1.2.0:
julia> @time using PGFPlots
8.497299 seconds (10.54 M allocations: 588.456 MiB, 4.25% gc time)
In Julia 1.3.1:
julia> @time using PGFPlots
11.190039 seconds (15.89 M allocations: 835.859 MiB, 2.29% gc time)
It could be that we just have to wait for improvements in the Julia compilation engine and that there is not much we can do right now.
It would be great if something could be done to speed up the load time.
In Julia 1.2.0:
In Julia 1.3.1:
It could be that we just have to wait for improvements in the Julia compilation engine and that there is not much we can do right now.