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

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

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

1 مستودع

Awesome GitHub RepositoriesShared Library Instance Mapping

Ensuring a single shared instance of a library is used across multiple isolated modules to reduce memory overhead.

Distinct from Shared Memory Instance Deployments: Shortlist candidates focus on memory deployments or database instances, not library instance sharing across class-loaders.

Explore 1 awesome GitHub repository matching software engineering & architecture · Shared Library Instance Mapping. Refine with filters or upvote what's useful.

Awesome Shared Library Instance Mapping GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • qihoo360/repluginالصورة الرمزية لـ Qihoo360

    Qihoo360/RePlugin

    7,346عرض على GitHub↗

    RePlugin is an Android plugin framework and component orchestrator designed to load external activities, services, and receivers into an application without updating the main binary. It functions as a dynamic feature delivery system that decouples application modules into independent plugins. The framework provides a communication bridge for bidirectional data exchange between the host application and external plugins, as well as inter-plugin synchronization. It manages the entire plugin lifecycle, including installation, version management, and integrity verification to ensure the safety of

    Ensures a single shared instance of common libraries is used across the host and plugins to minimize memory overhead.

    Java
    عرض على GitHub↗7,346
  1. Home
  2. Software Engineering & Architecture
  3. Shared Library Instance Mapping