torque 6415571d01
config: refactor LineTokenizer to use an internal line buffer
The goal here is to support a streaming parser. However, I did decide
the leave the flow item parser state machine as fully buffered
(i.e. not streaming). This is not JSON and in general documents should
be many, shorter lines, so this buffering strategy should work
reasonably well. I have not actually tried the streaming
implementation of this, yet.
2023-09-22 01:00:17 -07:00
2023-09-13 00:11:45 -07:00
2023-09-13 00:11:45 -07:00
Description
LORE
193 KiB
Languages
Zig 100%