CompileBot.jl

Automatic compilation for Julia packages

MIT License

Stars
17
Committers
8

CompileBot

CompileBot automatically generates precompilation data for your Julia packages, which results in reducing the time it takes for runtime compilation, loading, and startup.

Installation and Usage

using Pkg
Pkg.add("CompileBot")
using CompileBot

Documentation

Click on the badge:

Notice: CompileBot is now in a separate repository, and the API is changed because of that. Call using CompileBot directly in your snoop scripts and update your workflow based on this guide: Configure the bot to run with a GitHub Action file

Projects that use CompileBot:

Package Rankings
Top 22.08% on Juliahub.com
Badges
Extracted from project README
Dev codecov Dev