How much does C++26 Reflection actually cost your build?
In this article, we'll perform some early compilation time benchmarks of one of the most awaited C++26 features.
The hidden compile-time cost of C++26 reflection
by Vittorio Romeo
From the article:
Fast compilation times are extremely valuable to keep iteration times low, productivity and motivation high, and to quickly see the impact of your changes.
I would love to see a world where C++26 reflection is as close as possible to a lightweight language feature [...]
So, I decided to take some early measurements.

Add a Comment
Comments are closed.