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

Macro bench_specializations #786

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    ecabf7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f525498 View commit details
    Browse the repository at this point in the history
  3. Benchmark nth_back specializations too

    Similar to `nth` benchmark.
    
    With this, all iterator method specializations are considered except for methods that rely on `[r]fold/try_[r]fold` by default.
    We might want to add others later.
    Philippe-Cholet committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    25b2cd8 View commit details
    Browse the repository at this point in the history