Write High-Performance C# and .NET Code
There are amazing things happening with C# and .NET Core regarding performance. We have new types such as Span and Memory for working with and parsing in-memory data. We have pipelines for high-performance IO and we have ArrayPool, MemoryPool and OjectPool to help reduce GC allocations.