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.
The text was updated successfully, but these errors were encountered:
The
update
script insolc-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.The text was updated successfully, but these errors were encountered: