.NET Performance: Using Span<T>

Introduced in .NET Core 2.1, Span<T> and ReadOnlySpan<T> have become widely adopted in .NET applications, both in user code and in the BCL. But what are those types used for exactly? Why is everybody talking about them? When and how should you use them—and what are they good for? In this blog post, I’ll answer […]