Day 22 of 30-Day .NET Challenge: Use Array Pool
Share

ArrayPool<T> , a mechanism to recycle temporary buffers and optimize performance by reducing garbage collection cycles.

 

 ArrayPool<T> , a mechanism to recycle temporary buffers and optimize performance by reducing garbage collection cycles.Continue reading on C# Programming » Read More Dotnet on Medium 

#dotnet

By