| ▲ | d_burfoot 2 hours 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. | ||