Hm, yeah I noticed that the gif doesn’t inline
Maybe I should just post the link:
Well, the process of compiling a binary from your library pretty much boils down to creating a system image, which you can use with julia -J myimage.so
. Like that, you have all the precompiled functions available in that Julia process.