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

Fix memory memory management for flatMap #376

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 7, 2024

  1. Fix memory memory management for flatMap

    prevent the flatMap operator from accumulating in an internal array while concurrency is maxed out
    thepont committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    752157f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Amend resolve bugs in flatMap pr

     * loosing values due to using .next while still waiting for outer iterator
     * adding completed iterator to race resulting in exception
    thepont committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8f90bc7 View commit details
    Browse the repository at this point in the history