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

Revisit dependency solving strategy #3159

Open
dralley opened this issue May 23, 2023 · 0 comments
Open

Revisit dependency solving strategy #3159

dralley opened this issue May 23, 2023 · 0 comments
Labels

Comments

@dralley
Copy link
Contributor

dralley commented May 23, 2023

Our goal is of course to remove dependency solving to the greatest extent possible. However, if it's not possible to remove it completely, there are potentially other models that are better suited to the process (enable more performance, etc.) than libsolv.

  1. We could perform dependency solving separately from the initial copies, in order to avoid needing to do it more than once due to request size limits.

  2. We could switch to an entirely different model, such as PubGrub, or Resolvo that is not reliant on complete satisfiability. There are some libraries available for this and it could have a dramatic impact on performance and other metrics - potentially.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant