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
·

2 Repos

Awesome GitHub RepositoriesMacro-Driven Type Computations

Using type macros to define recursive type-level operations like appending heterogeneous lists without manual trait boilerplate.

Distinct from Recursive Type Processing: Distinct from Recursive Type Processing: uses macros for type-level computation rather than runtime recursive type aliases.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Macro-Driven Type Computations. Refine with filters or upvote what's useful.

Awesome Macro-Driven Type Computations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rust-lang/rfcsAvatar von rust-lang

    rust-lang/rfcs

    6,406Auf GitHub ansehen↗

    The Rust RFCs repository is the formal home for the Rust language evolution process, housing the structured design documents and community review mechanisms that govern changes to the Rust programming language, its compiler, and its standard library. It defines the complete lifecycle for proposing, discussing, and implementing substantial changes through RFC documents, from initial submission and community feedback through final comment periods and sub-team sign-offs. The repository codifies the governance and collaboration processes that shape Rust's development, including mechanisms for com

    Uses type macros to define recursive type-level operations like appending heterogeneous lists without manual trait boilerplate.

    Markdownrfcrfc-processrust
    Auf GitHub ansehen↗6,406
  • opennmt/ctranslate2Avatar von OpenNMT

    OpenNMT/CTranslate2

    4,319Auf GitHub ansehen↗

    CTranslate2 is a C++ inference engine and runtime for Transformer models, designed to execute models on both CPU and GPU with optimizations for speed and memory efficiency. It functions as a model format converter, quantization tool, and REST API server, enabling deployment of neural machine translation, automatic speech recognition, and text generation models. The engine distinguishes itself through a suite of runtime optimizations including layer fusion, weight-matrix quantization, batch-by-length grouping, and a caching allocator that reuses GPU memory. It supports tensor-parallel model di

    Automatically selects the fastest supported quantization type for the current hardware and backend when loading a model.

    C++avxavx2cpp
    Auf GitHub ansehen↗4,319
  1. Home
  2. Software Engineering & Architecture
  3. Recursive Type Processing
  4. Macro-Driven Type Computations

Unter-Tags erkunden

  • Compute Type Auto-SelectorsAutomatic selection of the fastest supported quantization type for the current hardware and backend when loading a model. **Distinct from Macro-Driven Type Computations:** Distinct from Macro-Driven Type Computations: focuses on runtime hardware-aware compute type selection for inference, not compile-time type-level programming.