joelverhagen / NCsvPerf

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

update packages and target framework #41

Closed MarkPflug closed 3 years ago

MarkPflug commented 3 years ago

Update to the latest version of packages including the 1.1.6 Sylvan with the Zen2 performance fix. Thanks again Joel for helping test that. I also updated the framework to net6.0. I'm seeing that there was another noticeable performance improvement between preview 6 and preview 7 that gives everyone a bit of a speed-up. The <DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports> should only be needed until the next RC, when that change in default behavior will be reverted.

joelverhagen commented 3 years ago

Updated the blog post. 1.39 seconds on my PC.