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
- Host: GitHub
- URL: https://github.com/simsurace/weirdprecompilationproblem.jl
- Owner: simsurace
- License: mit
- Created: 2024-02-14T11:02:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T11:09:11.000Z (over 2 years ago)
- Last Synced: 2025-01-22T03:33:10.176Z (over 1 year ago)
- Language: Julia
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...