awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesSegmented Module Loading

Splitting a plugin into multiple smaller packages for incremental loading and dependency management.

Distinct from Pluggable Module Loading: Distinct from Pluggable Module Loading: focuses on splitting a single plugin into segments rather than general loading from directories.

Explore 1 awesome GitHub repository matching software engineering & architecture · Segmented Module Loading. Refine with filters or upvote what's useful.

Awesome Segmented Module Loading GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tencent/shadowTencent 的头像

    Tencent/Shadow

    7,772在 GitHub 上查看↗

    Shadow is an Android plugin framework designed to dynamically load and execute Android components and native libraries from external modules into a host application. It functions as a dynamic component loader that integrates activities, services, and broadcast receivers without requiring modifications to the host application code. The system includes a native library loader to execute C/C++ binary files from plugin modules directly within the host process. It also features a module dependency manager that supports segmented loading and explicit dependency chains across multiple plugin package

    Splits plugin functionality into multiple packages to allow incremental loading and explicit dependency management.

    Javaandroid
    在 GitHub 上查看↗7,772
  1. Home
  2. Software Engineering & Architecture
  3. Pluggable Module Loading
  4. Segmented Module Loading