eBay / tsv-utils

eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
https://ebay.github.io/tsv-utils/
Boost Software License 1.0
1.43k stars 80 forks source link

tsv-split.splitByLineCount: Change output buffer size (setvbuf). #280

Closed jondegenhardt closed 4 years ago

jondegenhardt commented 4 years ago

Performance improvement in tsv-split.splitByLineCount by increasing the default write buffer size in output files (via setvbuf). Made a tuning adjustment to the read buffer size as well.