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

Make IFD reading an async iterator #29

Open
kylebarron opened this issue Feb 27, 2025 · 0 comments
Open

Make IFD reading an async iterator #29

kylebarron opened this issue Feb 27, 2025 · 0 comments

Comments

@kylebarron
Copy link
Member

kylebarron commented Feb 27, 2025

Right now we always read all IFDs. In the future, we could make IFD reading an async iterator, so someone who wanted to read all of them could just collect() the iterator, while some applications might only care about the first IFD and could stop after the first one

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

No branches or pull requests

1 participant