File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 11# [ Creating a sysimage for fast plotting with Plots.jl] (@id examples-plots)
22
3+ !!! note Julia Version 1.9 Performance Update
4+ Starting from Julia 1.9, the "time to first plot" (TTFP) has seen a
5+ significant improvement due to the introduction of native code
6+ caching with Package Images.
7+ While the techniques presented in this guide for creating a custom
8+ sysimage remain applicable and beneficial for further optimization,
9+ please note that the relative improvement will be less dramatic due
10+ to the enhanced performance of code loading and execution in recent
11+ Julia versions.
12+
313A common complaint about Julia is that the "time to first plot" is a bit
414longer than desired. In this example, we will create a sysimage that is made
515to improve this.
You can’t perform that action at this time.
0 commit comments