V8 topic

V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. It powers modern web browsers like Google Chrome and is also used in server-side environments such as Node.js, among others. V8 supports ECMAScript standards and provides features like Just-In-Time (JIT) compilation, garbage collection, and WebAssembly execution. V8 is a critical component in enabling fast, scalable, and efficient JavaScript applications across various platforms.

List V8 repositories

v8

204
Stars
16
Forks
Watchers

:heavy_check_mark::eight: 分析V8和周边技术、并且着手代码的优化

jsc

194
Stars
9
Forks
Watchers

A JavaScript compiler written in TypeScript targeting C++/V8

llvm-node

181
Stars
28
Forks
Watchers

LLVM 9.0+ Node Bindings

zig-v8

119
Stars
14
Forks
Watchers

Simple V8 builds with C and Zig bindings.

blog

246
Stars
5
Forks
Watchers

Project for records problems solved in my work and study.

bacardi

113
Stars
17
Forks
Watchers

Bacardi project is an effort to provide multi-language binding for Node.js native layer.

flamebearer

1.6k
Stars
26
Forks
Watchers

Blazing fast flame graph tool for V8 and Node 🔥

deep-into-node

4.3k
Stars
623
Forks
Watchers

In-depth understanding of Node.js: Core Ideas and Source Code Analysis

Skr_Learning

598
Stars
55
Forks
Watchers

天问之路 - 学习笔记&学习周报。内容包括但不限于C++ STL、编译原理、LLVM IR Pass代码优化、CSAPP Lab、uCore操作系统等等。

v8go

3.1k
Stars
199
Forks
Watchers

Execute JavaScript from Go