@simondev758
  @simondev758
SimonDev | How Slow is JavaScript Really? JavaScript vs C++ (Data Structures & Optimization) @simondev758 | Uploaded 3 years ago | Updated 3 hours ago
Is JavaScript really that slow? Or is that just a leftover impression from the old days?

Patreon: https://www.patreon.com/simondevyt

Follow me on:
Twitter: https://twitter.com/iced_coffee_dev
Instagram: https://www.instagram.com/beer_and_code/
Github: https://github.com/simondevyoutube/

In this video we talk a bit about JavaScript vs C++, and the performance difference between them. We'll talk quickly about the history of JavaScript before working through a few small benchmarks to compare performance between them, using various optimization levels for gcc. It's kind of interesting to see how much JavaScript's performance has evolved with JIT (just in time) compilation since the early Netscape days. The v8 team has made enormous strides in performance and is narrowing the gap with C++ year by year. We'll also walk through some examples of what you can do with your basic C++ code to squeeze more performance out, either by using better compiler flags or SSE/AVX intrinsics to get better usage out of your CPU.

What's covered:
* Super brief history of JavaScript and V8
* Benchmarks and comparison of JavaScript vs C++
* SSE and AVX intrinsics
* gcc -Ofast and float associativity
* Some closing thoughts on JavaScript's performance today, as well as C++.


Speed, Speed, Speed: JavaScript vs C++ vs WebAssembly:
https://www.youtube.com/watch?v=aC_QLLilwso

Godbolt:
https://godbolt.org/

Wikipedia:
https://en.wikipedia.org/wiki/JavaScript
https://en.wikipedia.org/wiki/Associative_property

Various blog posts from V8 team:
https://blog.chromium.org/2010/12/new-crankshaft-for-v8.html
https://v8.dev/blog/10-years
https://v8.dev/blog/launching-ignition-and-turbofan
https://v8.dev/blog/adaptor-frame
https://v8.dev/blog/high-performance-cpp-gc
https://v8.dev/blog/fast-super
https://v8.dev/blog/preparser
https://v8.dev/blog/spread-elements
https://v8.dev/blog/background-compilation
https://v8.dev/blog/fast-properties
https://v8.dev/blog/fast-for-in
How Slow is JavaScript Really? JavaScript vs C++ (Data Structures & Optimization)I Tried to Make Star Wars Battlefront II in JavaScriptAn In-Depth look at Lerp, Smoothstep, and Shaping FunctionsMake stuff look better with DECALS!Three.js  Post Processing Tutorial | Easy & Quick for Beginners (JavaScript)3D World Generation #7: Speeding it up via Threading (JavaScript Web Workers & Three.js)Fluffy, Soft Particles (WebGL/Three.js)How do Major Video Games Render Grass?SimonDev Course Announcement! | Course TrailerIs the COST of JavaScript’s GC REALLY that high?What Big-O notation ACTUALLY tells you, and how I almost failed my Google InterviewWhen Optimisations Work, But for the Wrong Reasons

How Slow is JavaScript Really? JavaScript vs C++ (Data Structures & Optimization) @simondev758