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
Spinoff of #68, which references an initial implementation by lfrancke.
Idea for evaluation as performance optimization: change UnenclosedJsonRecordReader to a byte-based implementation rather than character-based. Avoid copying data. Make sure it works correctly in the case of multi-byte characters.
The text was updated successfully, but these errors were encountered:
Spinoff of #68, which references an initial implementation by lfrancke.
Idea for evaluation as performance optimization: change UnenclosedJsonRecordReader to a byte-based implementation rather than character-based. Avoid copying data. Make sure it works correctly in the case of multi-byte characters.
The text was updated successfully, but these errors were encountered: