Skip to content

Loading of manifests is serial #15676

@epage

Description

@epage

download_accessible is approximately 1/3 of cargo's overhead (see https://blog.rust-lang.org/inside-rust/2024/03/26/this-development-cycle-in-cargo-1.78/#performance) with most of that time spent on loading of manifests (parsing, deserializing, normalizing, converting to native data types). While we can speed up individual steps, loading the manifests in parallel could offer a boost (for the non-IO parts).

This can make a difference for

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-manifestArea: Cargo.toml issuesC-enhancementCategory: enhancementPerformanceGotta go fast!S-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions