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

Add tests for write performance #44

Open pjfsilva opened 2 years ago

pjfsilva commented 2 years ago

I do understand the goal of this project and the tests being done, but I think a nice addition (that makes sense in this context) would be to have a new benchmark for write performance on libraries that support it. Or maybe that's a different project for anyone to take :)

MarkPflug commented 2 years ago

If you're interested in write performance, I have some benchmarks that measure that for a handful of libraries, which you can find here: https://github.com/markpflug/benchmarks