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

More specialization benchmarks #806

Commits on Nov 23, 2023

  1. New specialization benchmarks

    I do not want to add them one by one in future pull requests so this is (mostly) done!
    Philippe-Cholet committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    2197fae View commit details
    Browse the repository at this point in the history
  2. Benchmark specializations and item lengths

    `tuple_windows, circular_tuple_windows, tuples, tuple_combinations, combinations, combinations_with_replacement, permutations` all generate elements of various fixed lengths.
    Benchmark against those lengths (here 1 2 3 4) might provide more insight.
    Philippe-Cholet committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    8ff1e90 View commit details
    Browse the repository at this point in the history