type-design-performance
Design .NET types for performance. Seal classes, use readonly structs, prefer static pure functions, avoid premature enumeration, and choose the right collection types.
By aaronontheweb · 583 installs
npx skills add aaronontheweb/dotnet-skills --skill type-design-performance