issues
search
keboola
/
php-csv
CSV reader/writer
MIT License
135
stars
35
forks
source link
Validate line breaks only once - in constructor
#42
Closed
michaljurecko
closed
4 years ago
michaljurecko
commented
4 years ago
Changes:
Line break is validated only once, in constructor, not in each
readline
call, .... it will speed-up iteration over rows about
20%
Changes:
readline
call, .... it will speed-up iteration over rows about20%