Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch csv and tsv method 'sv' from ReadAll() to stream each record w…
…ith Read() (#355) * switch csv and tsv method 'sv' from ReadAll() to stream each record with Read(), to improve memory usage. related to issue #354 * add testcases for one/two line csv/tsv * Remove some test files to CSV, TSV These files were introduced when changing csv detection from allocating all results at once to streaming each line. This change improves performance but the functionality remains exactly the same. Since the functionality is unchanged, existing test cases should suffice. --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: guoguangwu <[email protected]> Co-authored-by: robkau <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gabriel Vasile <[email protected]> Co-authored-by: guangwu <[email protected]>
- Loading branch information