Package existing 3rd Parties in seperate C++20 modules
I’m trying to use modules to speed up our windows builds a little bit.
From my first impressions C++20 Modules are definitely faster than PCH (atleast on windows).
I’m trying to use modules to speed up our windows builds a little bit.
From my first impressions C++20 Modules are definitely faster than PCH (atleast on windows).