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

Add LinqToCsv #20

Closed JoshClose closed 3 years ago

JoshClose commented 3 years ago

https://www.codeproject.com/Articles/25133/LINQ-to-CSV-library https://www.nuget.org/packages/LinqToCsv

Recommended on StackOverflow.

JoshClose commented 3 years ago

Added pull request for this. https://github.com/joelverhagen/NCsvPerf/pull/21

joelverhagen commented 3 years ago

Thanks Josh! Done.