Тёмный

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

JSConf
Подписаться 284 тыс.
Просмотров 44 тыс.
50% 1

Blog post: mathiasbynens....
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/

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 24   
@AmandeepSingh-hd8iq
@AmandeepSingh-hd8iq 5 лет назад
This talk is superb. Mathias and Benedikt are the best teachers when it comes to demystifying the complex topic.
@sevaarutyunov7301
@sevaarutyunov7301 6 лет назад
Awesome talk, thanks!
@toddymikey
@toddymikey 6 лет назад
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 4 года назад
Your explanation of inline caching was amazing! Thank you for this gem!
@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!
@alastairtheduke
@alastairtheduke 10 месяцев назад
Very cool small look into engine optimizations
@SerhatAtes
@SerhatAtes 6 лет назад
great visuals, keep up the good work guys!
@markusheimerl8735
@markusheimerl8735 3 года назад
Nice. Thanks!
@AkshayAradhya
@AkshayAradhya 3 года назад
This is gold
@abhishekmehandiratta4241
@abhishekmehandiratta4241 15 часов назад
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?
@ganstabreakincity
@ganstabreakincity 6 лет назад
Never miss a mathias conference hehehe
@user-kc7jj7yy3e
@user-kc7jj7yy3e 5 лет назад
really nice talk!!
@pokerface550
@pokerface550 5 лет назад
excellent!
@Luxcium
@Luxcium 4 года назад
Is the Chromium based Edge is using Chakra or V8 ?
@yongzeyao1337
@yongzeyao1337 5 лет назад
Great!
@sevenhong5809
@sevenhong5809 5 лет назад
wow this is so informative
@davidpinheiro9650
@davidpinheiro9650 8 месяцев назад
The JavaScript language is a kitten killer
@dmitriyzakharov4740
@dmitriyzakharov4740 6 лет назад
Thx!
@sasuke_2145
@sasuke_2145 4 года назад
what data structure do they use to store shapes and actual values???
@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?
@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)
@bogomya
@bogomya 6 лет назад
👍
Далее
КОГДА НАКРОШИЛ НА ПОЛ #shorts
00:19
Просмотров 855 тыс.
Lin Clark: A Cartoon Intro to WebAssembly | JSConf EU
29:41
JavaScript: The Good Parts
1:03:48
Просмотров 585 тыс.
Asynchrony: Under the Hood - Shelley Vohr - JSConf EU
25:24