Skip to content
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

New solver heuristic #392

Merged
merged 1 commit into from
Nov 7, 2024
Merged

New solver heuristic #392

merged 1 commit into from
Nov 7, 2024

Conversation

gaborcsardi
Copy link
Member

@gaborcsardi gaborcsardi commented Nov 7, 2024

To speed up solves with multiple repos containing the same or slightly different versions of the same packages, we now rule out any older source package that has the same set of dependencies as the latest source package.

We can rule these out safely, because they would surely not be selected, anyway. It does not make sense to select an older source package if it has the same exact dependencies as a newer one.

To speed up solves with multiple repos containing
the same or slightly different versions of the same
packages, we now rule out any older source package that
has the same set of dependencies as the latest source
package.

We can rule these out safely, because they would surely not
be selected, anyway. It does not make sense to select an
older source package if it has the same exact dependencies
as a newer one.
@gaborcsardi gaborcsardi merged commit 7d901fc into main Nov 7, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant