Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
speed up parsers and writer
  • Loading branch information
sdkn104 authored Aug 19, 2017
1 parent 1fab743 commit 445354f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ The CSV (Comma-Separated Values) parsers read CSV text and return Collection or
* The parsers and writer are compliant with the CSV format defined in [RFC4180](http://www.ietf.org/rfc/rfc4180.txt),
which allows commas, line breaks, and double-quotes included in the fields.
* Function test procedure, performance test procedure and Examples are included.
* The parser takes about 3.7 sec. for 8MB CSV.
* The writer takes about 0.9 sec. for 8MB CSV.
* The parser takes about 3 sec. for 8MB CSV, 8000 rows x 100 columns.
* The writer takes about 1 sec. for 8MB CSV, 8000 rows x 100 columns.
* The parsers do not fully check the syntax error.

## Examples

Expand Down

0 comments on commit 445354f

Please sign in to comment.