@simondev758
  @simondev758
SimonDev | Can JavaScript Go Faster? Threading in JavaScript (Data Structures & Optimization) @simondev758 | Uploaded 3 years ago | Updated 3 hours ago
Can you make JavaScript run even faster? Or is it limited as a single thread language?

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's mechanisms for concurrency and spreading the work out over multiple threads/cores. We'll cover the web worker API in a bit of detail, dedicated workers, and then we'll move on to creating a small testing setup. It's kind of interesting to explore the threading opportunities that JavaScripts offers through the Web Worker API, the various pitfalls and performance footguns that lurk there, and what you can do to mitigate these issues. We'll also explore using transferable objects with ArrayBuffer, and touch quickly on what SharedArrayBuffer unlocks in terms of concurrency and multiple threads reading/writing.

Links:
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API
https://surma.dev/
https://surma.dev/things/is-postmessage-slow/
https://v8.dev/docs/embed
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer
https://developer.mozilla.org/en-US/docs/Web/API/Worker/postMessage
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
https://developers.google.com/web/updates/2011/12/Transferable-Objects-Lightning-Fast
https://en.wikipedia.org/wiki/JavaScript

And yes, Node also has threads:
https://nodejs.org/api/worker_threads.html
Can JavaScript Go Faster? Threading in JavaScript (Data Structures & Optimization)Building a Simple 3D Scene with Physics in JavaScript & Three.js3D World Generation #8: Floating Origins for Bigger Worlds (JavaScript/Three.js)The ONE Texture Every Game NEEDS3D Mesh Generation, Gaps, and Stitching (3D World Generation #10)Spatial Hash Grids & Tales from Game Development

Can JavaScript Go Faster? Threading in JavaScript (Data Structures & Optimization) @simondev758