Skip to content

Requires doubles the load time #227

@KristofferC

Description

@KristofferC

Master


julia> @time using PGFPlotsX
  0.729749 seconds (1.68 M allocations: 92.581 MiB, 2.23% gc time)

without Requries:

julia> @time using PGFPlotsX
  0.401542 seconds (665.73 k allocations: 41.712 MiB, 1.70% gc time)

This is without loading any of the extra packages. My guess is that this is mostly a problem with the implementation of Requires and could perhaps be fixed. Without any of the conditional packages it should be approximately zero work (definitely not in the 0.3 s range).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions