Skip to content

Add pipelining to cargo #4166

@brson

Description

@brson

Today cargo completes building each crate before moving on to their reverse-dependencies. It would be more efficient to only wait until the typecheck is done before proceeding to the next crate. This is called 'pipelining' and its a desired cargo feature that probably isn't being actively worked on.

We could do that work ourselves or contract others to.

TODO: find links on this subject

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions