Skip to content

Commit

Permalink
add note about relevence of sysimg in 1.9 era (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly authored Aug 2, 2023
1 parent b4045fa commit 7f0607c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/examples/plots.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# [Creating a sysimage for fast plotting with Plots.jl](@id examples-plots)

!!! note Julia Version 1.9 Performance Update
Starting from Julia 1.9, the "time to first plot" (TTFP) has seen a
significant improvement due to the introduction of native code
caching with Package Images.
While the techniques presented in this guide for creating a custom
sysimage remain applicable and beneficial for further optimization,
please note that the relative improvement will be less dramatic due
to the enhanced performance of code loading and execution in recent
Julia versions.

A common complaint about Julia is that the "time to first plot" is a bit
longer than desired. In this example, we will create a sysimage that is made
to improve this.
Expand Down

0 comments on commit 7f0607c

Please sign in to comment.