Loading...
Loading...
Found 2 Skills
Design .NET types for performance. Seal classes, use readonly structs, prefer static pure functions, avoid premature enumeration, and choose the right collection types.
Designs types for performance. struct vs class, sealed, readonly struct, Span/Memory, collections.