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

Allow lazy iteration for non-reiterables. #30851

Merged
merged 2 commits into from
Apr 5, 2024
Merged

Commits on Apr 4, 2024

  1. Allow lazy iteration for non-reiterables.

    In particular Runner v2 does not produce Reiterables, which
    resulted in the entire stream being read into memory. In this case
    we can leverage the fact that the first 100MB will be cached and
    quick to reiterate over.
    robertwb committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f66d935 View commit details
    Browse the repository at this point in the history
  2. checkstyle

    robertwb committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b17b446 View commit details
    Browse the repository at this point in the history