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.
v8
:heavy_check_mark::eight: 分析V8和周边技术、并且着手代码的优化
jsc
A JavaScript compiler written in TypeScript targeting C++/V8
blog
Project for records problems solved in my work and study.
bacardi
Bacardi project is an effort to provide multi-language binding for Node.js native layer.
flamebearer
Blazing fast flame graph tool for V8 and Node 🔥
deep-into-node
In-depth understanding of Node.js: Core Ideas and Source Code Analysis
Skr_Learning
天问之路 - 学习笔记&学习周报。内容包括但不限于C++ STL、编译原理、LLVM IR Pass代码优化、CSAPP Lab、uCore操作系统等等。