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

Prevent exponentially large type sizes in tuple_combinations #945

Merged

Commits on May 23, 2024

  1. manually outline closure

    this avoids capturing unused generic parameters, slightly improving
    compile times. The performance cost is a lot higher with the
    next-generation trait solver which pretty much hangs without this
    change.
    lcnr committed May 23, 2024
    Configuration menu
    Copy the full SHA
    935b589 View commit details
    Browse the repository at this point in the history