Is bloat in std::unexpected expected?

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • libCat

    🐈‍⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-based errors!

    It isn't that hard to put a predicate into a type. We have lambdas in an unevaluated context, CTAD, and templated type aliases. https://github.com/Cons-Cat/libCat/blob/main/src/libraries/scaredy/cat/scaredy https://github.com/Cons-Cat/libCat/blob/main/src/global_includes.hpp#L70 https://github.com/Cons-Cat/libCat/blob/main/src/libraries/linux/cat/linux#L289 You do it like this.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • tiny-optional

    Replacement for std::optional that does not waste memory unnecessarily

    There are several implementations of compact optionals, see https://github.com/Sedeniono/tiny-optional, and related work & reddit thread.

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

  • I hate almost all software

    2 projects | news.ycombinator.com | 6 Jun 2023
  • Why Janet?

    1 project | /r/programming | 13 Apr 2023
  • std::initializer_list in C++ 1/2 - Internals and Use Cases

    1 project | /r/cpp | 31 Jan 2023
  • C++ is essentially unusable without incurring undefined behavior because of it's failure to handle type punning.

    1 project | /r/cpp | 18 Dec 2022
  • CamelCase for C++?

    1 project | /r/cpp | 10 Dec 2022

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?