findmyway / AutoSysimages.jl

Automate user-specific system images for Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoSysimages.jl

This package automates building of user-specific system images (sysimages) for the specific project.

docs Build Status

Basic example with Plots

asciicast

Main features

  • Automatically stores precompile statements for the given project.
  • Single command build process by build_sysimage().
  • Removes old unused sysimages.
  • Warns if the loaded sysimage contains outdated packages (Julia v1.8+).

Please see the documentation for more details.

Thanks

This project has been supported by Google Summer of Code 2022.

About

Automate user-specific system images for Julia

License:MIT License


Languages

Language:Julia 98.5%Language:Shell 1.5%