Overview of modules in C++

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

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
  • STL

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

  • The STL happens to be furthest along in modules support because it's the most modern and actively developed library (being modern does make a difference - we've spent years purging old macros and non-Standard extensions). Also, the STL is leading the way for other libraries - i.e. as I encounter and report compiler bugs and Cameron fixes them, other libraries automatically benefit (especially if they do similar things as the STL, but many fixes are generally applicable). This has taken many months and it can't happen overnight - but users can help by trying out modules and reporting any issues they encounter.

  • cpp-docs

    C++ Documentation

  • Doc bug: https://github.com/MicrosoftDocs/cpp-docs/issues/3766

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

  • Show HN: Logfmtxx – Header only C++23 structured logging library using logfmt

    3 projects | news.ycombinator.com | 3 Apr 2024
  • Cpp2 and cppfront – An experimental 'C++ syntax 2' and its first compiler

    7 projects | news.ycombinator.com | 31 Mar 2024
  • Sane C++ Libraries

    7 projects | news.ycombinator.com | 27 Jan 2024
  • C++ Specification vs Implementation

    3 projects | /r/cpp_questions | 19 Nov 2023
  • C++23: Removing garbage collection support

    3 projects | news.ycombinator.com | 1 Nov 2023