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

Gadfly precompilation is very slow #919

Closed
ExpandingMan opened this issue Oct 14, 2016 · 2 comments
Closed

Gadfly precompilation is very slow #919

ExpandingMan opened this issue Oct 14, 2016 · 2 comments

Comments

@ExpandingMan
Copy link

I know there was a different issue a while back where using Gadfly would take a long time, but I haven't seen anything else related to this.

I've long noticed that any code which uses gadfly (i.e. any simple plotting, whatever) takes a very long time to compile relative to pretty much anything else. (It does however, run nice and fast.) I'm assuming this is well known, but I was wondering what's causing this, and whether there is any intention to fix it. Thanks all.

@tlnagy
Copy link
Member

tlnagy commented Oct 14, 2016

Gadfly depends on a lot of Julia code so it takes a while to precompile everything. I do believe that it could be sped up, but until we have conditional modules, we are always going to be at the mercy of all the packages that we depend on. That said, I'm sure there are things that we could do better too. I don't know if anyone has profiled Gadfly and seen where we spend the bulk of our time during precompilation.

@tlnagy tlnagy changed the title code using Gadfly takes forever to compile? Gadfly precompilation is very slow Oct 14, 2016
@tlnagy
Copy link
Member

tlnagy commented Oct 16, 2016

Closed in favor of #921

@tlnagy tlnagy closed this as completed Oct 16, 2016
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