Search found 2 matches

by bear21
Wed Dec 09, 2015 8:26 am
Forum: News
Topic: Friday Facts #115 - The power switch
Replies: 66
Views: 56866

Re: Friday Facts #115 - The power switch

At: Compilation times (C++ and technical) You can try compiling the project as 1 .cpp file with all others included. This doesn't speed it up for us, the paralel build wins here. The only thing that might help is partial unity build. Grouping files to groups of 10 or more, so it is still paralell. ...
by bear21
Wed Dec 09, 2015 2:37 am
Forum: News
Topic: Friday Facts #115 - The power switch
Replies: 66
Views: 56866

Re: Friday Facts #115 - The power switch

At: Compilation times (C++ and technical) You can try compiling the project as 1 .cpp file with all others included. We started doing this at my work. Depending on your compiler, we saw a 15 times speed improvement, (3minutes > 12seconds) this is due to as you said, all of boost would only get compi...

Go to advanced search