awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesAsynchronous Stack Reconstruction

Techniques for recreating a continuous call stack across asynchronous execution boundaries.

Distinct from Runtime Call-Stack Capturers: Distinct from Runtime Call-Stack Capturers by specifically reconstructing jumps across the event loop rather than just capturing a single active frame.

Explore 2 awesome GitHub repositories matching development tools & productivity · Asynchronous Stack Reconstruction. Refine with filters or upvote what's useful.

Awesome Asynchronous Stack Reconstruction GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • kriskowal/qAvatar von kriskowal

    kriskowal/q

    15,030Auf GitHub ansehen↗

    q is a JavaScript promise library and asynchronous flow controller designed to manage non-blocking operations. It serves as a system for coordinating parallel tasks and sequencing asynchronous workflows through task chaining and error propagation. The library distinguishes itself with specialized debugging tools that capture long stack traces across asynchronous jumps and monitor unhandled rejections to prevent silent failures. It also functions as a remote object proxy, forwarding method calls to remote targets and routing responses back through promises. The project provides comprehensive

    Rewrites error stacks to trace asynchronous jumps and preserve the call site across event loop turns.

    JavaScript
    Auf GitHub ansehen↗15,030
  • nswbmw/node-in-debuggingAvatar von nswbmw

    nswbmw/node-in-debugging

    6,457Auf GitHub ansehen↗

    This project is a comprehensive technical guide and diagnostic manual for analyzing memory, performance, and asynchronous behavior within Node.js applications. It provides detailed methods for asynchronous tracing, memory diagnostics, and performance analysis to resolve runtime errors and execution bottlenecks. The resource distinguishes itself by covering advanced diagnostic workflows, including the use of flame graphs for CPU profiling, the capture and comparison of heap snapshots for memory leak detection, and the mapping of asynchronous call stacks. It also provides technical guidance on

    Implements techniques for recreating continuous call stacks across asynchronous execution boundaries to resolve timing and concurrency issues.

    debugdebuggingguide
    Auf GitHub ansehen↗6,457
  1. Home
  2. Development Tools & Productivity
  3. Call Stack Navigators
  4. Runtime Call-Stack Capturers
  5. Asynchronous Stack Reconstruction