Acerca de
This skill provides Claude with specialized knowledge for optimizing memory usage and performance in .NET applications. It focuses on implementing modern high-performance patterns such as 'Zero Allocation' through the use of Span<T>, ReadOnlySpan<T>, and efficient pooling mechanisms like ArrayPool and ObjectPool. By applying these techniques, developers can significantly reduce Garbage Collector (GC) pressure and minimize heap allocations, making it an essential tool for building low-latency APIs, high-throughput services, and resource-efficient applications.