C++ Specification vs Implementation

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
  1. v8.dev

    The source code of v8.dev, the official website of the V8 project.

    Exactly the same as JavaScript engines. Be it Mozilla's SpiderMoneky, Google's V8, Apple's Webkit, or Microsoft's Chakra. No matter how specific we draft a specification there is always room for interpretation. Every team has a different take on what part of a spec is describing. Oftentimes it's just a matter of varying pros and cons of different approaches on the road to matching spec; various teams just kind of have to pick a direction and run with it. Other times a spec is not only too vague, but clearly short-sighted to boot.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  4. STL

    MSVC's implementation of the C++ Standard Library.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 🚀⚙️ JavaScript Visualized: the JavaScript Engine

    2 projects | dev.to | 3 Jan 2025
  • Rust Atomics and Locks by Mara Bos

    2 projects | news.ycombinator.com | 13 Aug 2024
  • DARPA: Translating All C to Rust (Tractor)

    5 projects | news.ycombinator.com | 30 Jul 2024
  • ByteNode: A minimalist bytecode compiler for Node.js

    1 project | news.ycombinator.com | 15 Jan 2024
  • Learn to write production quality STL like classes

    4 projects | /r/cpp_questions | 28 Jun 2023

Did you know that C++ is
the 7th most popular programming language
based on number of references?