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

Specialize TupleCombinations::fold #775

Merged

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    cbe87cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    318ae0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b743e2a View commit details
    Browse the repository at this point in the history
  4. Tuple*Combinations::fold (macro)

    `I::Item` and `A` are the same so the "where condition" is not really changed, but it is apparently needed here.
    We fold `c` then for each item of `iter`, we fold the cloned `iter`.
    The `while let` loop should probably be converted to `fold` somehow later (if possible) but the core logic is done and it is already really faster.
    Philippe-Cholet committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    21004ed View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    9154da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b289e77 View commit details
    Browse the repository at this point in the history