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
Is your feature request related to a problem? Please describe.
For performance reasons, we should be able to configure the highWaterMarks, both readable and writable, of Transforms. Defaults (16 objects/kB) are low.
Describe the solution you'd like
Add new format and parse options.
Describe alternatives you've considered
Currently, you have to fork the project and change CsvFormatterStream and CsvParserStream.
Additional context
The text was updated successfully, but these errors were encountered:
Parsing or Formatting?
Is your feature request related to a problem? Please describe.
For performance reasons, we should be able to configure the highWaterMarks, both readable and writable, of Transforms. Defaults (16 objects/kB) are low.
Describe the solution you'd like
Add new format and parse options.
Describe alternatives you've considered
Currently, you have to fork the project and change CsvFormatterStream and CsvParserStream.
Additional context
The text was updated successfully, but these errors were encountered: