-
-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Labels
Description
Discussed in #468
Originally posted by metawrap-dev February 21, 2024
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.
metawrap-dev