TIL about the std::ranges compile time tax everyone using C++20 pays.

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

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

    Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.

  • Caching - If there was a caching solution that worked with MSVC I would use it in a heartbeat. I literally opened an issue on sccache yesterday about sccache not working with MSVC and command files.

  • llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  • That's not the same thing at all as splitting them up. As an example, let's say one file is to use ranges, and another isn't. Pragma once isn't standardised, and libc++ uses the ifndefifndef style of include guard so which version of the header are you going to get when it actually gets around to including algorithm?

  • 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