🎤 V8 internals for JavaScript developers
- 👤 Mathias Bynens
- Twitter: @mathias
- GitHub: mathiasbynens
📹
Video:
https://youtu.be/m9cTaYI95Zc
This presentation demonstrates how learning just a little bit about JavaScript engine internals can help you improve the run-time performance of your JavaScript code — not just in V8 specifically, but across all JavaScript engines! I’ll start by explaining how V8 handles arrays behind the scenes, and especially how it can optimize operations on them. I can do all of this with my “JS developer” hat on, i.e. without showing a single line of C++. This knowledge leads to useful insights for JavaScript developers wishing to improve their code’s run-time performance. In the end, the audience will walk away with several practical performance tips, and a deeper understanding of what’s going on under the hood.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.