V8 Tutorial - How to Use V8 for Fast Property Access in JavaScript

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=z-RXUzkFOSI



Category:
Tutorial
Duration: 10:04
5,028 views
75


Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

V8 is an open-source JavaScript engine developed and maintained by Google. It’s written in C++ and compiles JavaScript directly to machine code. It’s used in Chrome and Node.js. In this V8 Tutorial, we provide some context around the problems that V8 attempts to solve, give a brief explanation of what V8 is doing under the hood, and end with a few practical takeaways that JavaScript developers can use to make sure V8 is able to fully optimize their code.

Watch this video to learn:

- What is V8
- How does V8 work
- Two things V8 does to optimize property access







Tags:
V8
V8 Tutorial
Chrome V8
V8 JavaScript engine