Skip to content

Faster load times #130

Description

@mykelk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions