-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce pre-compilation time #23
Comments
Any attempt that can reduce the precompilation time to 70% of the current time gets a /bounty $50 |
💎 $50 bounty • JuliaEarthSteps to solve:
Thank you for contributing to JuliaEarth/GeoIO.jl! |
Hi @juliohm, I've been taking a stab at this, but it's proving to be slightly more involved than I expected. |
Hi @Omar-Elrefaei, we have a precompile.jl file that loads small artifact files stored in the repository to trigger precompilation of backends. You could start by timing the impact of each precompile.jl line on the total precompilation time. Then, you can use this information to focus your investigation on the top results. Thank you for considering the issue! |
Is bounty still open? |
This one is still open. Feel free to submit a PR for review.
Em sex., 13 de dez. de 2024, 10:34, Mend-Amar Badral <
***@***.***> escreveu:
… Is bounty still open?
—
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZQW3KW7PYXDN3VV3OEHLD2FLO7ZAVCNFSM6AAAAABN5TEPWGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBRGQ3TONBTHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yes go ahead, I've spent many hours on it without much success. |
The pre-compilation of backends is taking an absurd amount of time. We need to find and fix possible invalidations.
The text was updated successfully, but these errors were encountered: