The Wayback Machine - https://web.archive.org/web/20220105065838/https://github.com/ethereum/solidity/issues/12421
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

Parallelize update script in solc-bin #12421

Open
cameel opened this issue Dec 16, 2021 · 0 comments
Open

Parallelize update script in solc-bin #12421

cameel opened this issue Dec 16, 2021 · 0 comments

Comments

@cameel
Copy link
Member

@cameel cameel commented Dec 16, 2021

The update script in solc-bin takes ~10 mins regardless of how many cores you throw at it. That's because while it uses the async/await mechanism in JS but it's still single-threaded. We can reduce that time by parallelizing it and switching to a larger resource class in CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment