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

Change to yielding for IncrementalStreams #47

Merged
merged 3 commits into from
Sep 12, 2018

Conversation

KAllan357
Copy link
Contributor

Accumulating all the Ads and other objects before returning can consume large amounts of memory. Instead, yield them up the chain and add an extra loop to consume the generators.

Copy link
Contributor

@dmosorast dmosorast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@KAllan357 KAllan357 merged commit b8ffa9e into master Sep 12, 2018
@KAllan357 KAllan357 deleted the yield-incremental-fields-as-they-come-in branch September 12, 2018 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants