The framework I'm building is written in Objective-C.  I'm waiting for
Swift to stabilize...

Looking at Activity Monitor during the build, all four CPU cores are
utilized symmetrically, the four hyper-threads somewhat less.  The disk IO
doesn't look like it's a bottleneck either.   It does seem to run faster
after a restart with no other apps running.

I suppose this isn't a pure test of compilation - as it's a framework
build, it's doing both x86 and arm builds, then lipo's them together, as
well as doing a fair bit of copying due to large on-demand asset catalogs.

It was worthwhile taking a look at the RAM disk, but I just didn't see
enough benefit in my particular case.  Whenever I go away from a pure
vanilla setup, I usually regret it later.

Thanks again for all the advice!
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to