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

Round up for the batch size to improve par_iter performance #9814

Merged
merged 2 commits into from Sep 18, 2023

Commits on Sep 14, 2023

  1. Round up for the batch size

    The default usize division rounds down which leads to faulty batch sizes
    when the max_size isn't exactly divisible.
    MJohnson459 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e48e72a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55299bf View commit details
    Browse the repository at this point in the history