Faster build times by leveraging multi-core CPU!

How in the world is this not the default and how have I not heard of this before?!?

Buried in this helpful blog post about making your XCode life easier, is this tip:

Faster build times by leveraging multi-core CPU ?

defaults write com.apple.dt.Xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks `sysctl -n hw.ncpu`

I tested it on my work project. I cleaned, cleaned the build folder and restarted XCode in both cases. Results:

Before After
23.4 s 13.9 s

Considering how often I build this project in a day (>20 times?) that is a great return on investment, even if it is only minutes.

Caveats #

  1. I am pretty much just cutting and pasting here. So read more if you want to be safe. Messing with defaults regarding cores like that can definitely impact battery life and other stuff.
  2. I don’t know what the default value was. I don’t know how to restore it. I don’t know if/when it will be reset to the default value. I’ll check next time I restart my computer.
 
20
Kudos
 
20
Kudos

Now read this

Short  Watch Thoughts - I

Since I can’t seem to complete thoughtful blog posts over a couple hundred words without getting bogged down, then distracted, I will attempt a series of blog posts on UI/UX thoughts. Love # I love that I can get notifications about... Continue →