Learn to write production quality STL like classes

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. STL

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

    All standard libraries of major compilers are now open. For example, you can find header files from STL for MSVC here: https://github.com/microsoft/STL/tree/main/stl/inc.

  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. gcc

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

  • 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
  • C++ Specification vs Implementation

    3 projects | /r/cpp_questions | 19 Nov 2023
  • The joys of writing my own standard library

    3 projects | /r/ProgrammerHumor | 30 Apr 2023
  • Please can someone tell me where I can find the content of the STL

    3 projects | /r/cpp_questions | 23 Apr 2023

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