v3 flag enabled
Log In
Log In

C++20 modules and Boost: follow up

Link

https://anarthal.github.io/cppblog/modules2

It is shown by benchmarks that C++20 modules cut Boost rebuild times by about 45%, but modularizing requires macro work, source changes, complex CMake support, handling of compiled libraries, and extra testing, leading to a community choice on adoption.

Next Post