🌎 Community-curated list of tech conference talks, videos, slides and the like — from all around the world

🎤

Parsing JavaScript fast is critical for fast web page startup. We’ll look at challenges posed by complex frameworks and new language features and how V8, the JavaScript engine behind Google Chrome, solves them. You’ll learn how to write and bundle your code in a way that is fast to parse.How does V8 parse JavaScript and how does it decide what parts to parse / compile upfront? Recent and upcoming improvements in the area of parsing JavaScript betterWhat should developers do to make parsing be less of a bottleneck?Why is benchmarking parsing hard?
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.