-
Notifications
You must be signed in to change notification settings - Fork 229
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
room for optimization? #2
Comments
This could be done, and I'll probably do it in the next wave of solver improvements, but I doubt it'll make much of a difference in terms of solver speed. The real drain comes from the amount of backtracking that's done rather than the individual version selection. |
jakemac53
added a commit
that referenced
this issue
Aug 14, 2017
Add "pub run --list" command to show all available executables #2
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This seems to use brute-force to check all versions against a constraint. If a version doesn't match the lower bound all smaller versions could be skipped at once, and if it's only to make the log output more readable.
The text was updated successfully, but these errors were encountered: