You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using gron -s, I am seeing the following error:
bufio.Scanner: token too long: %!s(MISSING)
I'm happy to submit a PR increasing the default buffer size to something you'd approve. Alternatively, I was thinking about how the buffer size could be provided as an option - I noticed there's only a single option passed in to the function now.
The text was updated successfully, but these errors were encountered:
Using the slurp option -- `-S`, `-slurp` -- causes gron to read *all* the
data into RAM before processing. Tested on a 102M JSON file - memory
usage is about 400M for parsing the first object.
Fixestomnomnom#70 (in a fairly sledgehammer way, I suppose.)
When using
gron -s
, I am seeing the following error:I'm happy to submit a PR increasing the default buffer size to something you'd approve. Alternatively, I was thinking about how the buffer size could be provided as an option - I noticed there's only a single option passed in to the function now.
The text was updated successfully, but these errors were encountered: