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

🎤

The ES2015 revision of JavaScript introduced Promises as primitives for asynchronous operations and generators as primitives for concurrent programming. read less On top of that ES2017/18 added async functions and generators. This talk briefly explores these primitives, and dives into the performance peculiarities of Promises-based programming paradigms. We’ll especially look into how these operations perform in V8, the JavaScript engine that powers both Node.js and Chrome.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.