Skip to content

AdrianBailador/GCPressureDemo

Repository files navigation

GCPressure

A simple .NET benchmark comparing regular array allocation with ArrayPool<T> to demonstrate how to reduce garbage collector (GC) pressure.

🧪 Benchmarks

Using BenchmarkDotNet, this project shows how pooled memory can reduce allocations and improve performance in high-throughput scenarios.

🔧 Run it

dotnet run -c Release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published