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

Add ability to keep track of only required Context Elements #267

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

suyashkumar
Copy link
Owner

@suyashkumar suyashkumar commented Apr 2, 2023

This may reduce peak memory requirements if the user is using the Parser.Next() API and does not need the whole dataset in memory at once. That said, the element data probably isn't that signficiant compared to PixelData, so skipping reading the PixelData is probably the best way to go memory wise. This addresses #257.

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.

None yet

1 participant