awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • d5/tengoAvatar von d5

    d5/tengo

    3,821Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,821
  1. Home
  2. Programming Languages & Runtimes
  3. Concurrent Thread Execution
  4. Bytecode Cloning