Skip to content

Parallelize Bundle Building #2882

@chargome

Description

@chargome

Use Rayon to parallelize CPU-intensive file processing during bundling.

Bundle building currently processes files sequentially when adding to SourceBundleWriter. The bottleneck is CPU-intensive operations like file type detection, debug ID extraction, and content parsing. Parallelize the preparation work while keeping the actual bundle writing sequential.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CLIProduct area

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions