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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesAssembly Unloading

The process of completely removing loaded binary assemblies from memory to allow replacement.

Distinct from Model Unloading Policies: Distinct from Model Unloading: targets .NET/C# assemblies rather than AI models.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Assembly Unloading. Refine with filters or upvote what's useful.

Awesome Assembly Unloading GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • focus-creative-games/hybridclrfocus-creative-games 的头像

    focus-creative-games/hybridclr

    7,863在 GitHub 上查看↗

    HybridCLR is a hybrid C# execution engine and assembly loader designed for Unity. It provides a system for hot-updating C# logic across all platforms at runtime without requiring the application to be rebuilt or reinstalled. The project is distinguished by its mixed-mode execution, which runs unmodified code at native speed while using a high-performance interpreter for updated functions. It includes a generic type resolver that allows hot-updated code to use generic classes and functions regardless of whether they were pre-instantiated in the main binary. To protect proprietary source code,

    Completely unloads existing assemblies from memory to allow for clean replacement of updated code.

    C++csharpframeworkhot
    在 GitHub 上查看↗7,863
  1. Home
  2. Artificial Intelligence & ML
  3. Memory Optimization
  4. Assembly Unloading