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

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

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

1 مستودع

Awesome GitHub RepositoriesRuntime Allocation Strategies

Methods for organizing how memory areas are allocated for class data and object lifecycles.

Distinct from Memory Allocators: Distinct from general memory allocators: focuses specifically on the organizational logic of a language runtime.

Explore 1 awesome GitHub repository matching part of an awesome list · Runtime Allocation Strategies. Refine with filters or upvote what's useful.

Awesome Runtime Allocation Strategies GitHub Repositories

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

    doocs/jvm

    11,093عرض على GitHub↗

    This project is a technical reference and documentation suite focused on the internal architecture and operational principles of the Java Virtual Machine. It provides comprehensive guides and analysis on how the virtual machine manages class loading, memory organization, and bytecode execution. The documentation distinguishes itself by providing deep dives into specific runtime mechanisms, such as the binary decoding of class files, the hierarchical delegation model for class loaders, and the precise sequence of the loading, linking, and initialization lifecycle. It also details memory reclam

    Describes how the virtual machine organizes memory allocation to manage the lifecycles of objects and classes.

    JavaScriptclassdoocsgc
    عرض على GitHub↗11,093
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Memory Allocators
  5. Runtime Allocation Strategies