understand-js-runtimes icon indicating copy to clipboard operation
understand-js-runtimes copied to clipboard

List of different up-to-date (2021) resources about Javascript engines

Understanding Javascript Runtimes (Focused on V8)

logo

I gathered these various resources about Javascript interpreters and V8 in particular by preparing a conference on understanding how Javascript engines work.

We use theses informations everyday at Kuzzle to develop our scalable open source backend to offer the best performances to our users.

Link to the slides: https://docs.google.com/presentation/d/13AHi75kKZPM74pBLc9zg3s5hBkFSIiM3z_yqwRx7C8E/edit Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

:question::question: If you have any question, you can fill an issue on this repo and I will try to answer you the best I can :point_right: New Question

Optimizations

Objects and Properties

Closures

Javascript Interpreter Workflow

Tools

Others