We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4045fa commit 7f0607cCopy full SHA for 7f0607c
1 file changed
docs/src/examples/plots.md
@@ -1,5 +1,15 @@
1
# [Creating a sysimage for fast plotting with Plots.jl](@id examples-plots)
2
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
+
13
A common complaint about Julia is that the "time to first plot" is a bit
14
longer than desired. In this example, we will create a sysimage that is made
15
to improve this.
0 commit comments