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

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น •

  • @AmandeepSingh-hd8iq
    @AmandeepSingh-hd8iq 5 ปีที่แล้ว +6

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

  • @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.

  • @stanna23
    @stanna23 5 ปีที่แล้ว +1

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

  • @sevaarutyunov7301
    @sevaarutyunov7301 6 ปีที่แล้ว +11

    Awesome talk, thanks!

  • @alastairtheduke
    @alastairtheduke ปีที่แล้ว

    Very cool small look into engine optimizations

  • @elkhattabianas5047
    @elkhattabianas5047 2 ปีที่แล้ว

    Excellent presentation style! No need to mention content!

  • @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.

  • @SerhatAtes
    @SerhatAtes 6 ปีที่แล้ว +1

    great visuals, keep up the good work guys!

  • @abhishekmehandiratta4241
    @abhishekmehandiratta4241 3 หลายเดือนก่อน

    is the property lookup not constant time when accessed for the first time? (probably yes because we have to traverse the transition states of shape object)
    since there are offsets in the property metadata, it means that there is an inherent ordering in the properties.. i.e. for object {x: 1, y: 2, z: 3} - we will have x at offset 0, y at offset 1, and z at offset 2. But now if we have an object {y: 1, z: 2, x: 3} - does this share the same shape transition tree or is it different?

  • @Luxcium
    @Luxcium 5 ปีที่แล้ว +2

    Is the Chromium based Edge is using Chakra or V8 ?

  • @sasuke_2145
    @sasuke_2145 5 ปีที่แล้ว

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

  • @AkshayAradhya
    @AkshayAradhya 3 ปีที่แล้ว

    This is gold

  • @markusheimerl8735
    @markusheimerl8735 4 ปีที่แล้ว

    Nice. Thanks!

  • @ganstabreakincity
    @ganstabreakincity 6 ปีที่แล้ว

    Never miss a mathias conference hehehe

  • @user-kc7jj7yy3e
    @user-kc7jj7yy3e 5 ปีที่แล้ว

    really nice talk!!

  • @sevenhong5809
    @sevenhong5809 5 ปีที่แล้ว

    wow this is so informative

  • @Neehize
    @Neehize 2 ปีที่แล้ว

    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?

  • @pokerface550
    @pokerface550 6 ปีที่แล้ว

    excellent!

  • @yongzeyao1337
    @yongzeyao1337 5 ปีที่แล้ว

    Great!

  • @dmitriyzakharov4740
    @dmitriyzakharov4740 6 ปีที่แล้ว

    Thx!

  • @Luxcium
    @Luxcium 5 ปีที่แล้ว

    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)

  • @davidpinheiro9650
    @davidpinheiro9650 11 หลายเดือนก่อน

    The JavaScript language is a kitten killer

  • @bogomya
    @bogomya 6 ปีที่แล้ว

    👍