awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • d5/tengoAvatar de d5

    d5/tengo

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