Hacker News new | ask | show | jobs
by strawhatguy 1079 days ago
Maybe? Every language one would have to work at to make performant, and generally pre allocation is what often happens to do so. allocation is probably more expensive with a gc’d language like go than C++, but both would want to avoid it.