-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use locked version as prefered version when resolver strategy is min #1141
Conversation
do you have a case which explains this? |
I can't share the Of course this repro won't show the huge difference in resolve time, but I think you can get the picture. Notice how many versions it tries before resolving to the same version it was already locked.
Just ran Before:
After:
|
That's great. Thanks
|
This PR makes resolver faster by preferring the already locked version when the resolver strategy is min.