Skip to content
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

Open
juliohm opened this issue Nov 10, 2023 · 4 comments
Open

Reduce pre-compilation time #23

juliohm opened this issue Nov 10, 2023 · 4 comments
Labels

Comments

@juliohm
Copy link
Member

juliohm commented Nov 10, 2023

The pre-compilation of backends is taking an absurd amount of time. We need to find and fix possible invalidations.

@juliohm
Copy link
Member Author

juliohm commented Sep 10, 2024

Any attempt that can reduce the precompilation time to 70% of the current time gets a /bounty $50

Copy link

algora-pbc bot commented Sep 10, 2024

💎 $50 bounty • JuliaEarth

Steps to solve:

  1. Start working: Comment /attempt #23 with your implementation plan
  2. Submit work: Create a pull request including /claim #23 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

Thank you for contributing to JuliaEarth/GeoIO.jl!

Add a bountyShare on socials

@Omar-Elrefaei
Copy link

Hi @juliohm, I've been taking a stab at this, but it's proving to be slightly more involved than I expected.
So to clarify, by "precompilation time" would you mean the hot second or third using GeoIO time after user install. Or do you mean the using GeoIO time after a modification during development?

@juliohm
Copy link
Member Author

juliohm commented Sep 24, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants