Hacker News new | ask | show | jobs
V8 is damn fast, faster than C++ when it comes to numerics (twitter.com)
8 points by zcbenz 648 days ago
1 comments

In readable form: https://xcancel.com/zcbenz/status/1833456414460940762

tldr: V8 is not faster than C++. V8 is faster than TypeScript transpiled into C++ with compilets due to lack of "int" type in typescript annotations.