Quantcast
Channel: uncomplicatedcsv Releases Rss Feed
Viewing all articles
Browse latest Browse all 20

Updated Release: Performance improvements. (août 07, 2016)

$
0
0
I made various optimizations to the CsvReader class. It is now twice as fast as it was before.
The changes include:
  • reading ahead in the stream instead of reading one character at a time
  • performing most of the comparisons differently
  • using more appropriate collections
  • the anonymous methods were replaced by private methods
Reading ahead, using a fake stack - which never actually pops - and getting rid of the anonymous methods made a huge difference.
The latest binaries are available in the Nuget Gallery.
https://www.nuget.org/packages/Uncomplicated.Csv/

Viewing all articles
Browse latest Browse all 20

Latest Images

Trending Articles





Latest Images