awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Compile-Time Architectural Patterns · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesCompile-Time Architectural Patterns

Architectural logic and code generation strategies executed during the build process rather than at runtime.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Compile-Time Architectural Patterns. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Software Architecture
  4. Compile-Time Architectural Patterns

Awesome Compile-Time Architectural Patterns GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • fffaraz/awesome-cpp

    fffaraz/awesome-cpp

    69,832GitHubView on GitHub↗

    This project is a comprehensive, curated directory of high-quality libraries, tools, and educational resources for C and C++ development. It serves as an ecosystem discovery index, helping developers navigate the vast landscape of third-party components, frameworks, and technical documentation available for the languag

    awesomeawesome-listc
  • dani-garcia/vaultwarden

    dani-garcia/vaultwarden

    55,211GitHubView on GitHub↗

    Vaultwarden is a self-hosted password management server designed to store and synchronize sensitive credentials, identities, and organizational data across multiple client devices. It functions as a database-backed web application that provides an API layer for secure client-server communication, enabling users to mana

    Rustbitwardenbitwarden-rsdocker
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Compile-Time Feature FlagsMechanisms that enable or disable specific code paths during the build process to customize the final executable.
  • Compile-Time MetaprogrammingTechniques that allow code to generate or manipulate other code during the compilation phase of development.
  • Compile-Time Template OptimizationsMethods that refine generic code structures during compilation to improve runtime performance and reduce binary size.