January 2018 Meetup


Details
• What we'll do
Our next meetup will take place at January 25th and will be hosted by Google again!
We'll have 3 talks:
Tobias Tebbi: Escape Analysis in V8 - Using objects that don't even exist.
Sometimes, allocating a Javascript object is a waste of time, especially if the object is short-lived and its fields are used right after creating it. V8's optimizing compiler Turbofan employs an performance optimization called Escape Analysis that allows to use temporary objects without them ever being allocated in memory. I will show how this works and under which conditions your code can profit from it.
Michael Stanton: The best way to learn something is to get your hands dirty. How I updated my mountain climbing website to use Ember.
Marco Otte-Witte: Advanced FastBoot patterns

January 2018 Meetup