V8 is damn fast, faster than C++ when it comes to numerics
1–3 of 3 posts
Re: V8 is damn fast, faster than C++ when it comes to numerics
#2[deleted]
Re: V8 is damn fast, faster than C++ when it comes to numerics
#3In 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.