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

🎤

Have you ever wondered how new language features get into JavaScript? This talk will take TypedArrays, a seemingly simple JavaScript feature, and go down the rabbit hole of implementation and optimization in V8. You’ll get a behind-the-scenes look at how a feature goes from idea, to specification, to implementation and beyond. JavaScript is a constantly evolving language, and for browser vendors this means work. New features are regularly added or tweaked in the language specification, and it is down to the browser vendors to get these features to users as quickly as possible. Can you balance speed, correctness, and security in order to ship new features? This talk explains the trade-offs that are made and tells the story of the mistakes made and lessons learned writing a JavaScript compiler at Google.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.