logoalt Hacker News

jesse__yesterday at 11:03 PM0 repliesview on HN

Entertaining anecdote:

I once worked on a python program that was transpiled to C++, and literally every variable was heap allocated (because that's what python does). It was still on the order of 200x faster than python IIRC.