PythonCall.jl icon indicating copy to clipboard operation
PythonCall.jl copied to clipboard

Compile and use custom sysimages automatically

Open cjdoris opened this issue 4 years ago • 0 comments

At package resolution time, also use PackageCompiler to generate a sysimage including all the packages in the environment, and load Julia with this sysimage.

Also provide a means for packages to specify precompile scripts to include in the sysimage.

Also have environment variables to disable this functionality, or disable certain packages from being included in the image.

cjdoris avatar Dec 02 '21 18:12 cjdoris