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

Fast paths for allunique #43375

Merged
merged 11 commits into from
May 11, 2022
Merged

Fast paths for allunique #43375

merged 11 commits into from
May 11, 2022

Commits on May 6, 2022

  1. allunique for tuples

    mcabbott committed May 6, 2022
    Configuration menu
    Copy the full SHA
    2cd37bf View commit details
    Browse the repository at this point in the history
  2. shortcut for vectors

    mcabbott committed May 6, 2022
    Configuration menu
    Copy the full SHA
    26ef9a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f41dc78 View commit details
    Browse the repository at this point in the history
  4. use isequal not in, fixup

    mcabbott committed May 6, 2022
    Configuration menu
    Copy the full SHA
    62d2894 View commit details
    Browse the repository at this point in the history
  5. faster version with foldl

    mcabbott committed May 6, 2022
    Configuration menu
    Copy the full SHA
    ad8397a View commit details
    Browse the repository at this point in the history
  6. avoid at-view

    mcabbott committed May 6, 2022
    Configuration menu
    Copy the full SHA
    69dd076 View commit details
    Browse the repository at this point in the history
  7. a bug

    mcabbott committed May 6, 2022
    Configuration menu
    Copy the full SHA
    1733516 View commit details
    Browse the repository at this point in the history
  8. examples

    mcabbott committed May 6, 2022
    Configuration menu
    Copy the full SHA
    5576e60 View commit details
    Browse the repository at this point in the history
  9. faster version by N5N3

    mcabbott committed May 6, 2022
    Configuration menu
    Copy the full SHA
    69172ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8770ea9 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    41d4efb View commit details
    Browse the repository at this point in the history