Hacker News new | ask | show | jobs
by pkroll 2385 days ago
They're not: C++ and Rust have winners for some of the tests.
2 comments

Of course you can write more performant code with lower-level languages, though there is a reason that almost no web framework/application is written in them - the additional burden of managing memory outweighs the (actually surprisingly little) performance benefit. If you look at examples on the site, in basically every other benchmark Java and sometimes Go rank the best.
I should clarify that I sorted by fullstack frameworks with ORMs. Obviously C or C++ can be made faster.

Too late to edit now though.