Streaming Large Files #468
metawrap-dev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Great project! I'm using it in something very interesting.
I'm wondering if it would be possible to modify InputStream and some of the semantics around checking eof, and stream data in chunks into the parser from an actual stream?
The goal is that the whole source file is never loaded at once into memory,
Use cases: Parsing an infinite network stream and parsing very large files.
Beta Was this translation helpful? Give feedback.
All reactions