Shared Memory and Parallel Programming with JavaScript
Offered By: JSConf via YouTube
Course Description
Overview
Explore the upcoming JavaScript features SharedArrayBuffer and Atomics in this conference talk from JSConf EU 2017. Discover how to craft complex applications using shared memory and achieve significant performance improvements by utilizing all available CPU cores for parallel computation on the same data. Learn techniques for writing safe code while using shared memory and avoiding deadlocks of web workers. Get introduced to TurboScript, a custom TypeScript-like language designed for easy parallel programming that generates efficient asm.js-like JavaScript. Witness a live demonstration of an application created using shared memory and TurboScript: a Global Illumination Ray Tracing Renderer for Three.js.
Syllabus
Nidin Vinayakan: Shared Memory & Parallel Programming with JavaScript | JSConf EU 2017
Taught by
JSConf
Related Courses
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube