Hacker News new | ask | show | jobs
by bremac 597 days 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.
1 comments

Oh! Reasonable trade-off indeed. Thank you for clarifying.