awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesRuntime Memory Overhead Tracking

Monitoring of memory consumption and overhead specifically for the engine runtime during execution.

Distinct from Memory Consumption Tracking: Distinct from Memory Consumption Tracking: focuses on the runtime engine overhead rather than GPU model execution memory.

Explore 5 awesome GitHub repositories matching operating systems & systems programming · Runtime Memory Overhead Tracking. Refine with filters or upvote what's useful.

Awesome Runtime Memory Overhead Tracking GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • krausest/js-framework-benchmarkالصورة الرمزية لـ krausest

    krausest/js-framework-benchmark

    7,434عرض على GitHub↗

    This project is a suite of analytical tools for quantifying web performance, specifically designed for benchmarking the rendering speed and memory usage of various JavaScript frameworks. It provides a standardized set of DOM manipulation tests and a comparison tool that uses weighted geometric means to measure efficiency across different web implementations. The benchmark harness distinguishes itself by providing deep analysis of DOM reconciliation strategies, comparing the performance and correctness of keyed versus non-keyed rendering. It also includes a memory profiler for tracking allocat

    Monitors memory consumption and overhead specifically for the runtime engine during DOM update cycles.

    JavaScript
    عرض على GitHub↗7,434
  • jerryscript-project/jerryscriptالصورة الرمزية لـ jerryscript-project

    jerryscript-project/jerryscript

    7,399عرض على GitHub↗

    JerryScript is a lightweight, ECMAScript-compliant JavaScript engine and bytecode compiler designed for resource-constrained devices. It serves as an embedded interpreter and IoT scripting runtime, enabling the execution of JavaScript code within native C applications on hardware with limited memory. The project differentiates itself through a focus on low-memory runtime management, utilizing bytecode precompilation and pre-compiled state snapshots to reduce startup time and memory overhead. It features a C-binding native bridge for bidirectional communication between native code and scripts,

    Measures engine overhead by recording memory usage during runtime or termination.

    C
    عرض على GitHub↗7,399
  • imapsync/imapsyncالصورة الرمزية لـ imapsync

    imapsync/imapsync

    3,945عرض على GitHub↗

    imapsync is an IMAP mailbox synchronization tool and data migration utility designed to copy and synchronize email messages and folder structures between two IMAP servers. It functions as a migration manager for transferring bulk email accounts between different hosting providers, preserving folder hierarchies and message metadata. The tool is distinguished by its ability to automate the transfer of multiple mailboxes sequentially from delimited lists using administrative credentials or user-specific authentication. It supports advanced authentication methods including OAuth2 and XOAUTH2, and

    Saves memory during large folder synchronizations by using unique identifiers instead of full message headers.

    Shellemailsimapimaps
    عرض على GitHub↗3,945
  • mirix-ai/mirixالصورة الرمزية لـ Mirix-AI

    Mirix-AI/MIRIX

    3,535عرض على GitHub↗

    MIRIX is an AI agent state orchestrator and long-term memory system designed to provide persistent context for large language models. It functions as a multi-modal AI memory pipeline that processes text, voice, and screen captures into structured knowledge stores, including a dedicated screen activity knowledge base. The project distinguishes itself by integrating a multi-modal observation pipeline that monitors desktop activity in real-time to build a searchable history of user actions. It utilizes a multi-tiered memory hierarchy—separating episodic, semantic, procedural, and core stores—and

    Provides control over whether incoming information is processed immediately or batched for background memory updates.

    Pythonllm-agentsllm-memorymemory-agents
    عرض على GitHub↗3,535
  • rlinf/rlinfالصورة الرمزية لـ RLinf

    RLinf/RLinf

    2,502عرض على GitHub↗

    RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the infrastructure to train vision-language-action models and robotic policies using a combination of reinforcement learning and supervised fine-tuning. The system is designed for scaling workloads across GPU clusters, managing the placement of actors, rollout workers, and environment components. It features a specialized robotics data collection pipeline for gathering teleoperated demonstrations and simulation trajectories into standardized replay buffers, alongside a hardware interface

    Reduces memory overhead and prevents catastrophic forgetting by freezing backbone parameters and updating only the output head.

    Pythonagentic-aiembodied-aireinforcement-learning
    عرض على GitHub↗2,502
  1. Home
  2. Operating Systems & Systems Programming
  3. GPU Memory Optimizations
  4. Memory Consumption Tracking
  5. Runtime Memory Overhead Tracking

استكشف الوسوم الفرعية

  • Parameter Freezing OptimizationsMemory reduction techniques that freeze backbone parameters and only update specific output heads. **Distinct from Runtime Memory Overhead Tracking:** Focuses on reducing memory by freezing parameters during training rather than tracking general runtime overhead
  • Sync Memory Optimizations1 وسم فرعيTechniques to reduce the memory footprint of synchronization processes by using identifiers instead of full headers. **Distinct from Runtime Memory Overhead Tracking:** Optimizes the memory used for tracking sync state, distinct from GPU or UI memory optimizations.