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

Alternative options for reading runoff volume arrays #20

Open
rileyhales opened this issue May 31, 2024 · 0 comments
Open

Alternative options for reading runoff volume arrays #20

rileyhales opened this issue May 31, 2024 · 0 comments
Labels
feature New feature request or change

Comments

@rileyhales
Copy link
Owner

Allow options for alternative methods for reading the runoff volumes array.

Runoff volumes array incremental reader generator instead of in memory array

Do you want to read the entire array in memory up front and then route it or do you want to incrementally read from the array/file on disc?

To reduce memory consumption (but maybe be slower?) you can incrementally read from the array if the data are provided in a chunked format that is optimized for it.

@rileyhales rileyhales added the feature New feature request or change label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request or change
Projects
None yet
Development

No branches or pull requests

1 participant