How Slow is JavaScript Really? JavaScript vs C++ (Data Structures & Optimization)
Video Statistics and Information
Channel: SimonDev
Views: 189,839
Rating: 4.9323645 out of 5
Keywords: simondev, game development, programming tutorial
Id: WLwTlC1R2sY
Channel Id: undefined
Length: 10min 0sec (600 seconds)
Published: Tue Apr 20 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
They say it's faster than Python which was surprising to me, although I think that's V8 vs. Python not sure about client side
Very nice breakdown and comparison!
Until browsers recompile JavaScript into highly optimized native cpu instructions on the fly, there's a good chance it'll continue to perform slower than languages with compilers that do. V8 goes a long way. WebAssembly afaik is even faster, but it isn't native to the client computer.