optimizing-memory-allocation

Installation
SKILL.md

.NET Memory Efficiency, Zero Allocation

A guide for APIs that minimize GC pressure and enable high-performance memory management.

Quick Reference: See QUICKREF.md for essential patterns at a glance.

1. Core Concepts

  • .NET CLR GC Heap Memory Optimization
  • Understanding Stack allocation vs Heap allocation
  • Stack-only types through ref struct

2. Key APIs

Installs
3
GitHub Stars
41
First Seen
Feb 28, 2026
optimizing-memory-allocation — christian289/dotnet-with-claudecode