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

performance fix for simplified marker simplifications #547

Merged
merged 1 commit into from
Jan 22, 2023

Commits on Jan 22, 2023

  1. performance(markers): performance fix for marker simplifications

    * intersect_simplify to reduce the number of items of itertools.product in cnf (analoguous to union_simplify which primarily affects dnf)
    * revival of common_markers/unique_markers simplification, which has been removed in poetry-core#530 but helps massively in reducing the cost of cnf/dnf
    
    Co-authored-by: David Hotham <david.hotham@blueyonder.co.uk>
    2 people authored and neersighted committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    8872e68 View commit details
    Browse the repository at this point in the history