-
Notifications
You must be signed in to change notification settings - Fork 101
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
Memory issue when joining ranges in a for-loop #118
Comments
Finally I solve my issue creating a FlattenIterator based on this implementation:
It would be nice if you can integrate this feature |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are facing a memory issue (process is killed by the OOMKiller) when we join ranges inside a for loop. The idea here, is to flatten a list of ranges before returning the new range.
The text was updated successfully, but these errors were encountered: