Skip to content

Instantly share code, notes, and snippets.

View braamvandyk's full-sized avatar

Braam van Dyk braamvandyk

View GitHub Profile
@terasakisatoshi
terasakisatoshi / build.jl
Last active October 29, 2021 00:41
For those who want to improve first call latency via PackageCompiler.jl
using PackageCompiler
PackageCompiler.create_sysimage(
[:Atom,:Juno,:Plots], # you may add OhMyREPL, Revise and so on
precompile_statements_file=["traced.jl"],
precompile_execution_file=["execution.jl"],
sysimage_path="atom.dylib",
)