diff --git a/dev/advanced/index.html b/dev/advanced/index.html index 035e1fde..943edc32 100644 --- a/dev/advanced/index.html +++ b/dev/advanced/index.html @@ -77,4 +77,4 @@ Average number of callbacks per time step: 481.845 23.901076 seconds (63.42 M allocations: 12.686 GiB, 5.67% gc time, 70.62% compilation time) -julia>
A second run of this command needs about 5.5 s which means the startup time (load and compilation time of the package and the libraries) has been reduced to about 18.4s.
Without a system image the first time execution of the script "simulate.jl" on the same computer is about 71 seconds while the time for the second execution is the same (5.5s). So now about 47s of time are saved after each restart.
The next steps:
Settings
This document was generated with Documenter.jl version 0.27.25 on Sunday 10 March 2024. Using Julia version 1.10.2.