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

126 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 answers