awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
bnoordhuis avatar

bnoordhuis/node-heapdump

0
View on GitHub↗
2,558 stars·129 forks·JavaScript·10 views

Node Heapdump

Make a dump of the V8 heap for later inspection.

Features

  • Performance Analysis - Captures V8 heap snapshots for diagnosis.

Star history

Star history chart for bnoordhuis/node-heapdumpStar history chart for bnoordhuis/node-heapdump

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Node Heapdump

These projects share indexed features with Node Heapdump. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • andywer/leakageandywer avatar

    andywer/leakage

    1,593View on GitHub↗

    🐛 Memory leak testing for node.

    JavaScript
    View on GitHub↗1,593
  • clinicjs/node-clinicC

    clinicjs/node-clinic

    5,948View on GitHub↗

    Node-clinic is a performance profiling suite for Node.js designed to diagnose CPU bottlenecks, memory leaks, and asynchronous event loop issues. It provides specialized diagnostic tools for visualizing asynchronous flows, generating CPU flame graphs, and analyzing heap memory allocation. The suite includes a CPU flame graph tool to identify functions consuming the most processing time, a heap memory analyzer to track object allocation and leaks, and an asynchronous I/O profiler to map operation flows and find event loop bottlenecks. These tools cover broader capabilities in CPU execution pro

    JavaScript
    View on GitHub↗5,948
  • d-edge/fasmd-edge avatar

    d-edge/fasm

    195View on GitHub↗

    F# -> ASM disassembler

    F#
    View on GitHub↗195
  • adoptopenjdk/jitwatchAdoptOpenJDK avatar

    AdoptOpenJDK/jitwatch

    3,292View on GitHub↗

    Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.

    Java
    View on GitHub↗3,292
Compare all 24 related projects→

Frequently asked questions

What does bnoordhuis/node-heapdump do?

Make a dump of the V8 heap for later inspection.

What are the main features of bnoordhuis/node-heapdump?

The main features of bnoordhuis/node-heapdump are: Performance Analysis.

Which projects share features with bnoordhuis/node-heapdump?

Projects with overlapping indexed features include: andywer/leakage — 🐛 Memory leak testing for node. clinicjs/node-clinic — Node-clinic is a performance profiling suite for Node.js designed to diagnose CPU bottlenecks, memory leaks, and… d-edge/fasm — F# -> ASM disassembler. davidmarkclements/0x — 🔥 single-command flamegraph profiling 🔥. deepseek-ai/profile-data — Analyze computation-communication overlap in V3/R1. adoptopenjdk/jitwatch — Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and…