holding on to your performance promises

November 05, 2018 11:20

The ES2015 revision of JavaScript introduced Promises as primitives for asynchronous operations and generators as primitives for concurrent programming.

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.

Joint talk with Maya Lekova (@MayaLekova).

Views:
202
Download:

speaker

Benedikt Meurer

bmeurer

more decks of the speaker