6 ms·
Yes. But C# also supports struct which are stack allocated. C# allows to optimise memory allocation when that matters and to rely on the GC for less critical p
by JeanSebTr 6y ago
Yes. But C# also supports struct which are stack allocated.
C# allows to optimise memory allocation when that matters and to rely on the GC for less critical parts.
- deleted 6y ago[deleted]