performance 15
- Unleashing Parallelism: A Guide to Efficient Span Processing with SIMD and Threading in C#
- A generic tensor library for .NET
- The Battle of Loops: foreach vs. ForEach in C#
- An interface for value-type enumerators, a proposal
- LINQ Internals: Speed Optimizations
- Efficient Data Processing: Leveraging C#'s foreach Loop
- Taming .NET Collections: A Safari Through IEnumerable and Pals
- ImmutableArray<T> iteration performance in C#
- A 12 % improvement, easily obtained, is never considered marginal -- Donald Knuth
- Single Instruction, Multiple Data (SIMD) in .NET
- CPU branching and parallelization
- ArraySegment<T> iteration performance in C#
- Array iteration performance in C#
- Performance of value-type vs. reference-type enumerators in C#
- ToList(), or not ToList(), that is the question