Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

The Hitchhiker's Guide to All Things Memory in Javascript

JSConf via YouTube

Overview

Explore the intricacies of memory management and garbage collection in JavaScript through this JSConf Budapest 2016 talk. Delve into the under-the-hood operations of JavaScript's memory allocation and garbage collection implementations, and learn how to leverage this knowledge to write more performant code. Discover the concepts of memory scarcity, data types, different memory spaces, reachability, and various garbage collection techniques such as scavenging and mark-and-sweep. Gain practical insights using Chrome Dev Tools for heap dump analysis and interactive resource management. Suitable for beginners, this talk provides valuable information to enhance your understanding of JavaScript's inner workings and improve code performance.

Syllabus

Intro
Memory is scarce
Memory management overview
Data Types
Different Spaces
Reachability
Garbage Collection
scavenging
Markandsweep
Chrome Dev Tools
heapdump
interactive resource

Taught by

JSConf

Reviews

Start your review of The Hitchhiker's Guide to All Things Memory in Javascript

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.