You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While AoG is just a relatively small wrapper around Makie, it introduces signficant compile times.
One big reason for this seems to be the heavy use of NamedTuples, which introduces compiles times for the same plot, when one just changes one keyword.
The first step should be, to try to move to Dict as early in the pipeline as possible and then look from there what else can be improved.
The text was updated successfully, but these errors were encountered:
While AoG is just a relatively small wrapper around Makie, it introduces signficant compile times.
One big reason for this seems to be the heavy use of NamedTuples, which introduces compiles times for the same plot, when one just changes one keyword.
The first step should be, to try to move to Dict as early in the pipeline as possible and then look from there what else can be improved.
The text was updated successfully, but these errors were encountered: