My latest article. Feedback is much appreciated. #dotnet https://aalmada.github.io/posts/Unleashing-parallelism/
Unleashing Parallelism: A Guide to Efficient Span Processing with SIMD and Threading in C#

Modern CPUs offer three types of parallel processing. This article outlines several steps for leveraging all three to process large data sets as efficiently as possible.

Antão Almada’s Blog