JuliaScript.jl - simply run julia scripts at max speed by Stephan Sahm
PreTalx: https://pretalx.com/juliacon2024/talk...
When building Julia scripts myself, I couldn't find any way to make them simply fast out of the box. This package solves this.
The difficulty behind the scene is that Julia's precompilation is build for packages, not for scripts. Hence `juliascript` automatically translates your script into a respective package with optimal precompilation. A single runner, everything automated.
Furthermore, `juliascript` is also a tiny wrapper around PackageCompiler.jl, but more on this in the talk.