Avoiding Repeated Function Compilation

You may want to check out PackageCompiler, which allows fully ahead-of-time compilation of Julia code: [ANN] PackageCompiler.jl It’s still pretty new, but when it works it should allow you to compile your package exactly once, rather than every time.

3 Likes