Skip to content

Parallelize update script in solc-bin #12421

@cameel

Description

@cameel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    closed due inactivityThe issue/PR was automatically closed due to inactivity.good first issue candidateCould be a "good first issue" but something is blocking it or it has open questions.medium difficultyperformance 🐎solcbinstaleThe issue/PR was marked as stale because it has been open for too long.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions