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

Try Sylvan with Zen2 CPU #40

Closed joelverhagen closed 3 years ago

joelverhagen commented 3 years ago

@joelverhagen, can I ask you a huge favor? 😁 I modified the SIMD logic to avoid the PEXT instruction, and I'm wondering if you would run the benchmarks (just Sylvan) on your machine against package version 1.1.6-b0001 and report back the timing. I've no access to a Zen2, so I have no way to test whether the logic change will perform better. The timing is essentially unchanged when running on my Intel chip.

Originally posted by @MarkPflug in https://github.com/joelverhagen/NCsvPerf/issues/38#issuecomment-896112330

joelverhagen commented 3 years ago

Done https://github.com/joelverhagen/NCsvPerf/pull/38#issuecomment-896269657.