logoalt Hacker News

d_burfoottoday at 6:59 PM0 repliesview on HN

> 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.