Skip to content

Compile frequently used packages to speedup Julia startup.

License

Notifications You must be signed in to change notification settings

bartosz-zbik/JuliaPrecompile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuliaPrecompile

Code to precompile mostly used packages for data science. Uses PackageCompiler.jl to make a sys image, which helps to deal with the time to first plot issue.

You would probably want to make your own version with a personalised package list.

Usage

First clone this repository:

git clone https://github.com/bartosz-zbik/JuliaPrecompile.git

Then compile wanted packages by running:

julia scripts/compile_jds.jl

This may take a few minutes.

Finally add an alias or a symlink in your bin pointing to run_jds.sh

Versions and Package List

Currently, there is only one version available:

Data Science (jds)

Packages that will be compiled:

Packages that will load automatically at startup:

No matter which version you choose the environment also contains:

For the full list of packages see Project.toml file.

About

Compile frequently used packages to speedup Julia startup.

Resources

License

Stars

Watchers

Forks

Packages

No packages published