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

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

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

2 مستودعات

Awesome GitHub RepositoriesSync Memory Optimizations

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.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Sync Memory Optimizations. Refine with filters or upvote what's useful.

Awesome Sync Memory Optimizations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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
  1. Home
  2. Operating Systems & Systems Programming
  3. GPU Memory Optimizations
  4. Memory Consumption Tracking
  5. Runtime Memory Overhead Tracking
  6. Sync Memory Optimizations

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

  • Memory Processing ModesControl mechanisms for determining whether data is processed immediately or batched for background update. **Distinct from Sync Memory Optimizations:** Distinct from Sync Memory Optimizations: focuses on the timing and batching logic of memory absorption, not footprint reduction.