Mastering ArrayPool<T> in .NET to Cut Down on Allocations
People might be familiar with object pooling in .NET with examples like HttpClient and StringBuilder. for this post we're going a level deeper, focusing on one of the most overlooked performance tools in .NET - ArrayPool<T>. If your application perfo...
fullstackcity.com3 min read