-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
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
Labels
No labels