thlorenz/v8-perf resource
⏱️ Notes and resources related to v8 and thus Node.js performance observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4473
- days_rel: n/a
- days_push: 1395
- n_releases_24m: 0
Adoption not part of the score
2283 stars · 114 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A collection of notes and resources explaining V8 internals and how they affect Node.js and JavaScript performance. It covers data types, the compiler pipeline, garbage collection, memory profiling, and performance inspection techniques.
Use cases
- understand how V8 optimizes JavaScript code
- learn why my Node.js app is slow
- profile memory leaks in Node.js
- learn about the V8 garbage collector
- generate flamegraphs for Node.js apps
- understand deoptimizations in TurboFan
- speed up Node.js startup times
When to choose
- you want to deeply understand V8 and Node.js performance internals
- you are debugging performance issues or memory leaks in Node.js
- you need curated notes on V8's compiler, GC, and profiling tools
When to avoid
- you need a runnable profiling or benchmarking tool rather than documentation
- you need performance guidance for engines other than V8
- you need actively updated material for the newest V8 versions
Facets
learning-resource · maturity maintenance
benchmarking monitoring developer-tools performance developer-tools cross-platform v8 nodejs-performance garbage-collection profiling notes documentation javascript nodejs
1 source
- readme: https://github.com/thlorenz/v8-perf · fetched 2026-08-28 · 1de116b8365b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| thlorenz/v8-perf | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="thlorenz/v8-perf")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem