6 ms·
> So just manual memory management with extra steps This is actually the perfect situation: you are allowed to do it carefully and manually for 1% of code on t
by d_burfoot 6mo ago
> So just manual memory management with extra steps
This is actually the perfect situation: you are allowed to do it carefully and manually for 1% of code on the hot path, but you don't have to worry about it for the 99% of the code that's not.