title | excerpt |
---|---|
V8 |
Google’s open source JavaScript engine. It’s what Chrome is running, but it’s also used for other projects like Node.js and MongoDB |
V8 is Google’s open source, high performance JavaScript engine. It is written in C++ and is used in Google Chrome and other projects.
V8 compiles and executes JavaScript source code, handles memory allocation for objects, and garbage collects objects it no longer needs.
Check out the Github repository for more information.