cjdoris / Bokeh.jl

Interactive plotting made easy
https://cjdoris.github.io/Bokeh.jl
Other
77 stars 3 forks source link

Improve time to first plot using Julia 1.9-beta2 #20

Open ufechner7 opened 1 year ago

ufechner7 commented 1 year ago

Please, have a look at: https://discourse.julialang.org/t/debugging-invalidations/92357

ufechner7 commented 1 year ago

Using pre-compilation we could reduce the ttfp from 13 to 3.4 seconds. It would be great if this pre-compilation could be done inside of this package.

cjdoris commented 1 year ago

I'd gladly take a PR if you have precompilations to bring down the ttfp.

I'll note that your question was really to do with the Blink backend - using the default Browser backend the fftp is only a few seconds. So Blink.jl may benefit from some precompilation.