- cross-posted to:
- programming
- [email protected]
- cross-posted to:
- programming
- [email protected]
In this blog post, I will dive into how .NET 9.0 machine code for AVX-512 is sub-optimal and what changes were made to speed up Sep for AVX-512 by circumventing this, showing interesting code and assembly along the way, so get ready for SIMD C# code, x64 SIMD assembly and tons of benchmark numbers.
World’s Fastest .NET CSV Parser. Modern, minimal, fast, zero allocation, reading and writing of separated values (
csv
,tsv
etc.). Cross-platform, trimmable and AOT/NativeAOT compatible.
You must log in or register to comment.