awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • d5/tengoAvatar de d5

    d5/tengo

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