The Hitchhiker's Guide to All Things Memory in Javascript
Offered By: JSConf via YouTube
Course Description
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
Related Courses
Heterogeneous Parallel ProgrammingUniversity of Illinois at Urbana-Champaign via Coursera Advanced Operating Systems
Georgia Institute of Technology via Udacity 計算機程式設計 (Computer Programming)
National Taiwan University via Coursera Introduction to Operating Systems
Georgia Institute of Technology via Udacity Android Performance
Google via Udacity