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
When pub get runs it fetches the list of versions for each package it needs.
When fetching the list of versions available for a given package, the constraint solving is paused, this all such requests are made sequentially.
We should be able to do this concurrently, at-least for all the dependencies within a given pubspec.
This would increase performance significantly.
The text was updated successfully, but these errors were encountered:
When
pub get
runs it fetches the list of versions for each package it needs.When fetching the list of versions available for a given package, the constraint solving is paused, this all such requests are made sequentially.
We should be able to do this concurrently, at-least for all the dependencies within a given pubspec.
This would increase performance significantly.
The text was updated successfully, but these errors were encountered: