how to make project ultra "modern"?

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

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

    A modern, fast, lightweight thread pool library based on C++20 (by DeveloperPaul123)

  • allocators

    This repository provides implementation of composable allocators described by Andrei Alexandrescu on CppCon 2015

    Every object that internally allocates should take as a template argument a type that is constrained by a concept to match the public API of pmr::memory_resource except the requirements that functions are virtual (or better yet, the composable allocator API that Andrei Alexandrescu recommended in his 2015 cppcon talk about allocators: see https://github.com/lukaszlaszko/allocators )

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

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