C++ Specification vs Implementation

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • llvm-project

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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

  • 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
  • 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
  • What exactly are std::visit and std::variant

    2 projects | /r/cpp_questions | 22 Apr 2023