Skip to content

Commit 7f0607c

Browse files
authored
add note about relevence of sysimg in 1.9 era (#834)
1 parent b4045fa commit 7f0607c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/src/examples/plots.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
313
A common complaint about Julia is that the "time to first plot" is a bit
414
longer than desired. In this example, we will create a sysimage that is made
515
to improve this.

0 commit comments

Comments
 (0)