Omar-Elrefaei / SnoopCompile.jl

Making packages work faster with more extensive precompilation

Home Page:https://timholy.github.io/SnoopCompile.jl/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnoopCompile

Build Status Codecov

SnoopCompile observes the Julia compiler, causing it to record the functions and argument types it's compiling. From these lists of methods, you can generate lists of precompile directives that may reduce the latency between loading packages and using them to do "real work."

See the documentation:

About

Making packages work faster with more extensive precompilation

https://timholy.github.io/SnoopCompile.jl/dev/

License:Other


Languages

Language:Julia 100.0%