DEV Community

Alexey Popov
Alexey Popov

Posted on

A single allocation is cheap. Millions of them can turn into latency spikes.

This article explores how real .NET 10 and ASP.NET Core 10 APIs use stackalloc, Span, Memory, and object pools to reduce unnecessary allocations in high-throughput systems.

Sign in to view linked content

Top comments (0)