Replies: 2 comments 2 replies
-
|
Currently, the entire JSON must be loaded. Some time ago, I tried to add support for streaming, but the performance wasn’t good. I think it would be very useful to have this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Makes sense. Stage 1, at least, already works block-by-block, right? I wonder if it might suffice to save these variables and initialize them correctly when the next block arrives. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Thank you for writing this!
I don't see any logic for handling buffer boundaries. Have I missed it? Or does this library require all the input to be in one big buffer?
Beta Was this translation helpful? Give feedback.
All reactions