What (relatively) easily to implement features would you like to see in c++23.

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

    a header-only, constexpr alternative to gperf for C++14 users

  • I’ve no idea how hard it is to implement, but return type polymorphism would be nice. Especially returning different things based on the constexpress of the result. And then add Frozen eqivalents of associative containers to the STL, so that, for example constexpr auto set = std::make_set(...) would be frozen::set, and auto set = std::make_set(...) would be std::set.

  • mpv

    🎥 Command line video player

  • And UTF-8 byte convention using char instead of that char8_t insanity. Many C and C++ libraries have assumed char strings are UTF-8 for many years (because C locales are braindeath). char8_t and all the related junk in recent C++ versions are a "solution" that's even worse than the problem. What a nightmare.

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

    Empowering everyone to build reliable and efficient software.

  • Indeed, in precisely 6 weeks there will be the first part of const generics. More information in the stabilization report.

  • read

    A small header-only library to make input in C++ sensible

  • 5) Make input come from functions rather than call by reference, such as what I did here: https://github.com/ShakaUVM/read

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

  • The Very First Post

    11 projects | dev.to | 10 Sep 2021
  • Create a Custom GitHub Action in Rust

    3 projects | dev.to | 28 Apr 2024
  • I hate Rust (programming language)

    1 project | news.ycombinator.com | 22 Apr 2024
  • Rust Weird Exprs

    1 project | news.ycombinator.com | 11 Apr 2024
  • Critical safety flaw found in Rust on Windows (CVE-2024-24576)

    1 project | news.ycombinator.com | 10 Apr 2024