pub install: could the no-op case be faster? #16494
Labels
closed-duplicate
Closed in favor of an existing report
type-enhancement
A request for a change that isn't a bug
~> time pub install
Resolving dependencies...
Got dependencies!
real 0m0.620s
user 0m0.557s
sys 0m0.060s
I could imagine this being useful in more places...or run often/always from other tools (hop) to make sure everything is up-to-date.
BUT! half a second is likely a bit too much overhead.
Is there room here to optimize? Just curious...
Flagging as enhancement, because I think for the common case now, it's plenty fast.
The text was updated successfully, but these errors were encountered: