10 ms·
Value types still require allocation for types larger than 128 bits if the value is either nullable or atomic — that seems like a reasonable trade-off to me.
by bremac 2y ago
Value types still require allocation for types larger than 128 bits if the value is either nullable or atomic — that seems like a reasonable trade-off to me.
- pizlonator 2y agoOh! Reasonable trade-off indeed. Thank you for clarifying.