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

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

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

1 مستودع

Awesome GitHub RepositoriesBytecode Cloning

Duplicating compiled bytecode to enable parallel execution of the same script across multiple threads.

Distinct from Concurrent Thread Execution: Focuses on the mechanism of cloning bytecode for parallelism rather than general thread management

Explore 1 awesome GitHub repository matching programming languages & runtimes · Bytecode Cloning. Refine with filters or upvote what's useful.

Awesome Bytecode Cloning GitHub Repositories

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

    d5/tengo

    3,821عرض على GitHub↗

    Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts without requiring the host binary to be recompiled. It operates as a bytecode-compiled virtual machine, transforming source code into a compact intermediate representation for execution on a stack-based engine. The system is designed as a secure scripting sandbox, enforcing strict limits on memory allocation and execution time to safely run untrusted code. It supports concurrent script execution by cloning compiled bytecode and using recursive immutability conversion to share

    Enables concurrent script execution by creating independent copies of compiled bytecode for safe parallel processing.

    Go
    عرض على GitHub↗3,821
  1. Home
  2. Programming Languages & Runtimes
  3. Concurrent Thread Execution
  4. Bytecode Cloning