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

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 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 8 років тому +1

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

  • @hkjpotato
    @hkjpotato 4 роки тому

    nice revision of 2015 ua-cam.com/video/sloddfX9jLE/v-deo.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."