C++ exceptions under the hood

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • neither

    Either and Maybe monads for better error-handling in C++ ↔️

  • I say that because exception cater for the common case of error handling, which is that the caller of a function that failed stops further processing. It cleans up and bails out. Therefore, any approach which has to inspect the error upon a function return is more complex, however palatable it can be made through C++ niceties.

  • fast_io

    Discontinued C++20 Concepts IO library which is 10x faster than stdio and iostream (by tearosccebe)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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