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

Bump Sep to 0.3.0 #58

Closed nietras closed 10 months ago

nietras commented 10 months ago

@joelverhagen this adds unescape support and hopefully addresses that one "wart" and I hope you will update your blog accordingly.

There is no difference in the package assets benchmark as can be seen in the Sep readme. https://github.com/nietras/Sep

Next parallelization. 😉

joelverhagen commented 10 months ago

Thanks!