An open API service indexing awesome lists of open source software.

https://github.com/simsurace/weirdprecompilationproblem.jl

Some edge case of precompilation in Julia
https://github.com/simsurace/weirdprecompilationproblem.jl

Last synced: 5 months ago
JSON representation

Some edge case of precompilation in Julia

Awesome Lists containing this project

README

          

# WeirdPrecompilationProblem

This is a minimum reproducible example for a case where precomplilation seems to take an
unreasonable amount of time. The custom workload just takes a couple of seconds, but
precompilation seemingly hangs for much longer than that.

## Usage

Just precompile the package and wait...