Advantage of C++20 modules over precompiled headers for compiling speed?

136 Views Asked by At

C++20's module feature is supposed to improve compile speed. But what is the advantage over precompiled headers, which also makes it fast to include a library?

0

There are 0 best solutions below