Completed
Parse example
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Parsing JavaScript - Better Lazy Than Eager?
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Parsing
- 3 Why should you care
- 4 Parsing modes
- 5 Parse example
- 6 Other heuristics
- 7 Lazy vs eager cases
- 8 Why lazy parsing
- 9 Force eager parsing
- 10 Function context allocation
- 11 Lazy parsing with names
- 12 Lazy parsing with nested functions
- 13 Why is parsing hard
- 14 A typical parser bug
- 15 Benchmarking
- 16 What can you do
- 17 Code Cache
- 18 Streaming
- 19 Evolve
- 20 Bonus Content