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

k_smallest variants (2) #885

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    3bc1520 View commit details
    Browse the repository at this point in the history
  2. k_smallest variants with FnMut functions

    I totally missed this in my review earlier. We usually allow `FnMut` functions rather than only `Fn` ones.
    Philippe-Cholet committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7382e8d View commit details
    Browse the repository at this point in the history
  3. k_smallest_range test: no izip

    `izip` could truncate an iterator without warning us while `assert_equal` would.
    Philippe-Cholet committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6242146 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6ea87a View commit details
    Browse the repository at this point in the history