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

Sep 0.4.0 #61

Closed nietras closed 8 months ago

nietras commented 8 months ago

@joelverhagen use new Sep with new multi-threaded parsing. I believe this warrants an update to your blog 😉 If you don't have time or won't be updating for a while, maybe if okay with you I will do an update on my blog (besides hopefully an upcoming blog post on 0.4.0 release).

Should we switch to .NET 8 while we are at it?

Additionally, this benchmark is now very much GC constrained, so try switching to server GC too (as also mentioned in #9), results can be seen in https://github.com/nietras/Sep benchmarks. It's significantly faster.

joelverhagen commented 8 months ago

Feel free to update your blog however you want! I'll try to run an update myself when I... feel like it :) I'm on leave right now so I'm very much just following the dopamine.

.NET 8 - yup, totally.

Server GC - I'll consider it. Seems like overall a good idea since my own selfish purposes are server based.

nietras commented 8 months ago

Thanks, enjoy your leave and of course all in your time, I've submitted a follow up PR #63 now that command line args are forwarded.