awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesRuntime Snapshots

Mechanisms for capturing the initialized state of a runtime to accelerate process startup.

Distinct from Capture Initializers: Captures the memory state of a runtime for fast booting, which is distinct from variable capture or programmatic initialization.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Runtime Snapshots. Refine with filters or upvote what's useful.

Awesome Runtime Snapshots GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nexe/nexenexe का अवतार

    nexe/nexe

    13,571GitHub पर देखें↗

    Nexe is a cross-platform binary bundler and compiler that packages Node.js applications and their dependencies into single standalone executables. It functions as a runtime compiler that can build the Node.js runtime from source with custom flags and application snapshots to enable software distribution without requiring a pre-installed runtime. The system allows for cross-compilation across different operating systems and architectures from a single build environment. It includes a static asset bundler to embed external files and directories directly into the compiled binary for access at ru

    Captures the initial state of the runtime environment to significantly accelerate the startup of bundled executables.

    TypeScriptbinariesbinarybundle
    GitHub पर देखें↗13,571
  • facebook/memlabfacebook का अवतार

    facebook/memlab

    4,981GitHub पर देखें↗

    Memlab एक स्वचालित ब्राउज़र मेमोरी प्रोफाइलर और JavaScript मेमोरी लीक एनालाइज़र है। यह अनबाउंड ऑब्जेक्ट ग्रोथ और अलग किए गए DOM तत्वों की पहचान करने के लिए हीप स्नैपशॉट का निरीक्षण और तुलना करके मेमोरी लीक का पता लगाने और विश्लेषण करने के लिए एक टूलकिट प्रदान करता है। यह सिस्टम एक स्वचालित लीक टेस्टिंग फ्रेमवर्क के माध्यम से खुद को अलग करता है जो मेमोरी रिग्रेशन को प्रोग्रामेटिक रूप से अलग करने के लिए एंड-टू-एंड ब्राउज़र इंटरैक्शन अनुक्रमों को निष्पादित करता है। यह यह निर्धारित करने के लिए कि ऑब्जेक्ट्स मेमोरी में क्यों रहते हैं और लीक हुए ऑब्जेक्ट्स के लिए गारबेज कलेक्शन रूट्स से सबसे छोटा रास्ता मैप करने के लिए हीप स्नैपशॉट डिफिंग, रिटेनर चेन ट्रेसिंग, और ह्यूरिस्टिक-आधारित फिल्टरिंग का उपयोग करता है। यह प्रोजेक्ट हीप निरीक्षण, इंटरैक्शन-आधारित विकास विश्लेषण, और वेब कंपोनेंट मेमोरी प्रोफाइलिंग सहित व्यापक क्षमता क्षेत्रों को कवर करता है। इसमें प्रोग्रामेटिक मेमोरी एसेर्शन, ब्राउज़र ओवरले के माध्यम से विज़ुअल लीक डिबगिंग, और प्राकृतिक भाषा अन्वेषण के लिए Model Context Protocol के माध्यम से विश्लेषण डेटा को उजागर करने की क्षमता के लिए टूल भी शामिल हैं। टूलकिट को स्वचालित निरंतर एकीकरण पाइपलाइनों में एकीकरण के लिए कमांड लाइन इंटरफ़ेस के माध्यम से ट्रिगर किया जा सकता है।

    Provides a programmatic and visual interface to explore heap snapshots from various JavaScript runtimes.

    TypeScriptdetectore2efacebook
    GitHub पर देखें↗4,981
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Snapshots

सब-टैग एक्सप्लोर करें

  • Cross-Runtime Snapshot ExplorationTools for exploring memory snapshots across different JavaScript runtime environments. **Distinct from Runtime Snapshots:** Focuses on analysis of captured snapshots rather than the mechanisms for creating runtime boot snapshots.