awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesDistribution Module Compilation

Compilation of source code into optimized JavaScript modules for various target environments.

Distinct from Source Code Compilers: Focuses on preparing library distributions for diverse runtimes rather than general-purpose machine code compilation.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Distribution Module Compilation. Refine with filters or upvote what's useful.

Awesome Distribution Module Compilation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ramda/ramdaAvatar ramda

    ramda/ramda

    24,072Vezi pe GitHub↗

    Ramda is a functional JavaScript standard library and toolset for immutable data transformation and composition. It provides a comprehensive suite of pure utility functions designed to enable declarative data processing pipelines. The library is distinguished by its use of automatic function currying and a data-last argument order. These design patterns allow multi-argument functions to be partially applied, simplifying the construction of processing chains where data is passed through a sequence of operations. The toolkit covers broad data manipulation capabilities, including list processin

    Compiles source code into optimized modules compatible with different JavaScript target environments.

    JavaScriptjavascriptramda
    Vezi pe GitHub↗24,072
  • microsoft/nniAvatar Microsoft

    Microsoft/nni

    14,351Vezi pe GitHub↗

    NNI is an AutoML toolkit designed to automate machine learning lifecycles. It functions as a hyperparameter optimization framework, a neural architecture search tool, and a model compression suite. The project provides a distributed training orchestrator to manage machine learning workloads across local machines, remote servers, and cloud platforms. It enables the discovery of efficient model structures through reinforcement learning and one-shot optimization methods, while utilizing Bayesian and evolutionary algorithms to automate hyperparameter tuning. Additional capabilities include tools

    Compiles source modules into optimized JavaScript for distribution across different target environments.

    Python
    Vezi pe GitHub↗14,351
  • olado/dotAvatar olado

    olado/doT

    5,043Vezi pe GitHub↗

    doT este un motor de template-uri JavaScript compilat și un sistem de randare utilizat pentru a genera text dinamic și HTML atât pentru interfețe bazate pe browser, cât și pentru medii server-side Node.js. Transformă șirurile de template în funcții JavaScript executabile pentru a produce output text în diferite medii de runtime. Sistemul se concentrează pe pre-compilarea fișierelor sursă de template în module JavaScript standalone la momentul build-ului. Acest proces elimină overhead-ul de compilare la runtime, crește viteza de execuție și previne injectarea de cod malițios. Motorul suportă interpolarea bazată pe logică folosind condiționale și iteratori de array, precum și crearea de partials și macro-uri reutilizabile. Capabilitățile suplimentare includ controlul spațiilor albe, configurarea delimitatorilor personalizați și capacitatea de a mapa automat structurile de directoare către identificatorii de template.

    Pre-compiles template sources into standalone JavaScript modules to eliminate runtime compilation overhead and increase security.

    JavaScript
    Vezi pe GitHub↗5,043
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. Distribution Module Compilation

Explorează sub-etichetele

  • Pre-Compiled Template ModulesConversion of template sources into standalone JavaScript modules to eliminate runtime compilation overhead. **Distinct from Distribution Module Compilation:** Specifically targets templates being compiled into JS modules, whereas the parent is for general distribution module compilation.