Closed
Description
This came up when profiling no-op builds recently. Although the majority of time is spent shelling out to rustc
, we still spend about 50ms in resolve, although we have a lockfile, and it is valid.
Perhaps we can make this happy path much faster? Theory says that we can verify solution to an NP problem in polynomial time, and practice hints that verifying lockfile should probably be linear?
@Eh2406 perhaps you know some ways to make no-op case specifically faster?
Metadata
Metadata
Assignees
Labels
No labels