Y
Hacker News
new
|
ask
|
show
|
jobs
by
EgorBo
265 days ago
"moder safer unsafe". It's actually quite the opposite most of the time, void* is safer as it's often doesn't involve GC. I recommend reading
https://learn.microsoft.com/en-us/dotnet/standard/unsafe-cod...
1 comments
buybackoff
265 days ago
I have mostly GC holes in mind when say "safer". Or heap fragmentation, even if it's POH
link