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 RepositoriesString and Array Concatenations

Joining strings or arrays into a single combined result.

Distinct from Array Concatenations: Combines both string and array joining, whereas the sibling focuses only on arrays

Explore 1 awesome GitHub repository matching scientific & mathematical computing · String and Array Concatenations. Refine with filters or upvote what's useful.

Awesome String and Array Concatenations 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

    Provides capabilities to join strings or arrays together to produce a single combined result.

    Go
    Auf GitHub ansehen↗3,821
  1. Home
  2. Scientific & Mathematical Computing
  3. Array Manipulations
  4. String and Array Concatenations