You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workspace::new is very expensive. Doing it over and over again like
the initial implementation made cargo metadata --no-deps take several
minutes in a big workspace. By only calling Workspace::new once per
workspace, we can save a lot of time. Now the same command in the
same workspace takes only 0.16 seconds.
0 commit comments