Streaming Large Files #468
Closed
metawrap-dev
started this conversation in
Ideas
Replies: 1 comment
-
Hi! Sorry it's taken so long to get around to answering this. It's a good idea, I've pulled it into an issue: #516 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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