Skip to content

Commit

Permalink
Buffer-based csv2tsv (performance improvement) (#301)
Browse files Browse the repository at this point in the history
* [WIP] Some design documentation.
* [WIP] Buffered csv2tsv: First working version.
* [WIP] More csv2tsv unit tests.
* [WIP] Update code documentation, code cleanup.
* Make the new buffered csv2tsv the main version.
* Update import statement.
* Unit tests for missed line coverage.
  • Loading branch information
jondegenhardt authored Sep 6, 2020
1 parent 4295ba5 commit 3bec503
Show file tree
Hide file tree
Showing 3 changed files with 1,592 additions and 395 deletions.
1 change: 0 additions & 1 deletion common/src/tsv_utils/common/utils.d
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ This is checked at newline boundaries, when appendln is called or when put is ca
with a single newline character. Other writes check maxSize, which is used to avoid
runaway buffers.
BufferedOutputRange has a put method allowing it to be used a range. It has a number
of other methods providing additional control.
Expand Down
Loading

0 comments on commit 3bec503

Please sign in to comment.