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