awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Zero-Overhead Abstractions · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesZero-Overhead Abstractions

Design principles for high-level features that compile to efficient machine code.

Distinguishing note: Focuses on performance-neutral language design rather than general optimization.

Explore 1 awesome GitHub repository matching software engineering & architecture · Zero-Overhead Abstractions. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Zero-Overhead Abstractions

Awesome Zero-Overhead Abstractions GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • isocpp/CppCoreGuidelines

    isocpp/CppCoreGuidelines

    44,789View on GitHub↗

    The CppCoreGuidelines is a comprehensive software engineering standard that provides a curated framework of coding conventions and design principles for C++. It serves as an authoritative guide for writing safe, efficient, and maintainable code by establishing high-level architectural patterns and organizational principles for large-scale projects. The guidelines emphasize the use of a strong, static type system to ensure memory safety and enforce consistent resource management patterns. The project distinguishes itself by promoting the zero-overhead abstraction principle, ensuring that high-

    Designs high-level language features that compile into machine code performing as efficiently as hand-written low-level instructions.

    CSS
    44,789View on GitHub↗