joelverhagen / NCsvPerf

A test bench for various .NET CSV parsing libraries
https://www.joelverhagen.com/blog/2020/12/fastest-net-csv-parsers
MIT License
71 stars 14 forks source link

Removes System.IO.Pipelines dependency #56

Closed leandromoh closed 1 year ago

leandromoh commented 1 year ago

I was reading the last post on blog and notice that I forget to remove the System.IO.Pipelines nuget dependecy. It was necessary for early versions of RecordParser but once I added in the lib the ability to reads files by its own we do not need it any more.

btw, @joelverhagen cloud you please remove this information from the section "CSV libraries tested" ?

image

joelverhagen commented 1 year ago

Updated the blog.