A Trip to the Zoo - SpiderMonkey, SquirrelFish, Nashorn, V8
Offered By: JSConf via YouTube
Course Description
Overview
Explore the inner workings of JavaScript engines and discover why they are incredibly fast in this conference talk from JSConf EU 2015. Delve into fundamental concepts such as abstract syntax trees, opcodes, and just-in-time compilation. Learn how JavaScript code can achieve performance levels comparable to native C++ code through advanced optimization techniques. Examine hidden classes, ahead-of-time compilation, and single instruction multiple data computations, understanding how these methods can significantly boost code performance when applied correctly. Gain insights into the mechanics of popular JavaScript engines like SpiderMonkey (Firefox), SquirrelFish/Nitro (Safari), Nashorn (JVM), and V8 (Chrome), and discover practical examples for writing faster, more efficient code.
Syllabus
Franziska Hinkelmann: A Trip to the Zoo: SpiderMonkey, SquirrelFish, Nashorn, V8* | JSConf EU 2015
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