Re: [julia-users] Why is Gadfly so slow when plotting it's first plot?

2015-03-29 Thread Steven Sagaert
Thanks for the info. I suspected it might have something to do with JIT compilation. On Saturday, March 28, 2015 at 2:16:54 PM UTC+1, Isaiah wrote: This delay is due to parsing and JIT'ing a bunch of code in both Gadfly and dependencies. There is a work-in-progress caching process you

Re: [julia-users] Why is Gadfly so slow when plotting it's first plot?

2015-03-28 Thread Isaiah Norton
This delay is due to parsing and JIT'ing a bunch of code in both Gadfly and dependencies. There is a work-in-progress caching process you could try. See: https://github.com/dcjones/Gadfly.jl/issues/251#issuecomment-38626716 and: http://docs.julialang.org/en/latest/devdocs/sysimg/ The PR to make