Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 726 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 726 Bytes

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: