Franziska Hinkelmann: Performance Profiling for V8 - JSConf.Asia 2016

Поделиться
HTML-код
  • Опубликовано: 2 дек 2016
  • Do you care about performance? Memory leaks, megamorphic cache misses, garbage collection jank, and deoptimizations can slow your app down. Chrome’s JavaScript engine, V8, ships with its own profiling tools that can identify such problems. We’ll dive deep into the inner workings of V8 to better understand what these terms mean - and how to avoid them. You’ll learn to identify and fix low-level JavaScript performance issues using several V8 developer tools.
    Franziska is a software engineer at Google Germany. She works on the Chrome V8 team, focusing on anything related to Node.js.
    She regularly teaches Node.js courses at the International Summer University for Women in Informatics and is a former organizer of the PHP User Group Munich.
    JSConf.Asia - Capitol Theatre, Singapore - 26 November 2016.
    Source: 2016.jsconf.asia/
    Slides: github.com/fhinkel/Performanc...
    License: For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
  • НаукаНаука

Комментарии • 3

  • @Devanshukoli
    @Devanshukoli Год назад

    Thanks, for this it really helped me a lot in understanding what really "Profiling" is in node.js and also I learned various methods/techniequs like memory profiling, i/o profiling along the way.
    Really appreciate it.😁😁🙌🙌❤❤

  • @jotadeveloper
    @jotadeveloper 7 лет назад +1

    Awesome !!!! A detailed explanation about V8 :)

  • @hkjpotato
    @hkjpotato 4 года назад

    nice revision of 2015 ruclips.net/video/sloddfX9jLE/видео.html
    better example, with a little of ecma specs
    the 'offset' concept might not be intuitive for non-CS background folks(common for frontend & web), "the memory offset values stored can be used when we need to fetch the properties values."