Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve precompile times #459

Open
SimonDanisch opened this issue May 8, 2023 · 3 comments
Open

Improve precompile times #459

SimonDanisch opened this issue May 8, 2023 · 3 comments

Comments

@SimonDanisch
Copy link
Member

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.

@SimonDanisch
Copy link
Member Author

Some details in https://www.youtube.com/watch?v=xEEvmFXD9v0

@taooceros
Copy link

Any news?

@SimonDanisch
Copy link
Member Author

The SpecApi is a big step towards AoG with almost no compile times, once we use it more internally!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants