Demo: Object Pooling (part 1)
We demonstrate an object pooling sample project in Visual Studio Code, showing an unoptimized benchmark that allocates a 1 MB buffer a thousand times versus an optimized version that draws from a small pool of reusable buffers.
Previous Module
The .NET Garbage Collector
This Module
Memory Performance Optimizations