Skip to content

Parallel builds #42

@zsilbi

Description

@zsilbi

Describe the feature

Build entries are independent and could be processed concurrently.
Probably it only makes sense for larger projects with lots of entries where isolatedDeclarations can't be used for declarations emit, since spawning a child process can be slower than processing everything in one go.

Workers could be spawned for each entry (limited by CPU core count), and optionally the main thread could also be used for the largest entry.

Additional information

  • Would you be willing to help implement this feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions