Это видео недоступно.
Сожалеем об этом.

JavaScript Engines: The Good Parts™ - Mathias Bynens & Benedikt Meurer - JSConf EU 2018

Поделиться
HTML-код
  • Опубликовано: 13 июн 2018
  • Blog post: mathiasbynens.be/notes/shapes...
    JavaScript has definitely been among the most influential technologies for almost a decade now. A lot of this is due to the sophisticated JavaScript VMs in modern browsers, Node.js and Electron. In this talk we’re going to explore important ingredients of these modern JavaScript VMs, specifically how ChakraCore, the engine that powers Microsoft Edge, and V8, the engine that powers Google Chrome, compare to each other for certain key features.
    OMG JSConf EU is coming back in 2019 2019.jsconf.eu/

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

  • @AmandeepSingh-hd8iq
    @AmandeepSingh-hd8iq 5 лет назад +5

    This talk is superb. Mathias and Benedikt are the best teachers when it comes to demystifying the complex topic.

  • @stanna23
    @stanna23 4 года назад +1

    Your explanation of inline caching was amazing! Thank you for this gem!

  • @sevaarutyunov7301
    @sevaarutyunov7301 6 лет назад +11

    Awesome talk, thanks!

  • @SerhatAtes
    @SerhatAtes 6 лет назад +1

    great visuals, keep up the good work guys!

  • @toddymikey
    @toddymikey 6 лет назад +2

    This fabulous comedy duo can be seen on tour with Wanda Sykes with their pre-show JIT Comedy performance. Love your work, boys. Keep it up.

  • @jedsmith1331
    @jedsmith1331 6 лет назад

    It amazes me how doing something as simple as making sure your objects have the same shape, even if it is empty, can make a significant impact on performance. Excellent presentation, I think I will have to to a look at some code and see if I can make some improvements to some code I have been working with lately.

  • @elkhattabianas5047
    @elkhattabianas5047 2 года назад

    Excellent presentation style! No need to mention content!

  • @markusheimerl8735
    @markusheimerl8735 3 года назад

    Nice. Thanks!

  • @user-kc7jj7yy3e
    @user-kc7jj7yy3e 5 лет назад

    really nice talk!!

  • @alastairtheduke
    @alastairtheduke 8 месяцев назад

    Very cool small look into engine optimizations

  • @sevenhong5809
    @sevenhong5809 5 лет назад

    wow this is so informative

  • @pokerface550
    @pokerface550 5 лет назад

    excellent!

  • @dmitriyzakharov4740
    @dmitriyzakharov4740 6 лет назад

    Thx!

  • @AkshayAradhya
    @AkshayAradhya 3 года назад

    This is gold

  • @ganstabreakincity
    @ganstabreakincity 5 лет назад

    Never miss a mathias conference hehehe

  • @yongzeyao1337
    @yongzeyao1337 5 лет назад

    Great!

  • @Luxcium
    @Luxcium 4 года назад +2

    Is the Chromium based Edge is using Chakra or V8 ?

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

    what data structure do they use to store shapes and actual values???

  • @davidpinheiro9650
    @davidpinheiro9650 6 месяцев назад

    The JavaScript language is a kitten killer

  • @bogomya
    @bogomya 6 лет назад

    👍

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

    Okay but how does it kill the kitten and how do we know if it kills an entire kitten family or not this I don't get 🤔
    If the array has 1 index it kills 1 kitten and if it has more than 1 it kills a family?

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

    Can we (only for fun) do all that stuff that we should not do in JavaScript (without killing a kitten) in a kind of fantasy land (not related to functional programming just using same name to describe something else)