3 repos
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.
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
Enables the compiler to execute complex logic during the build process to generate optimized code or perform static analysis.
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
Utilizes conditional compilation to include or exclude specific database drivers and modules during the build process.
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
Analyzes component templates during the build process to generate efficient render functions that skip static nodes during updates.