Re: Best Xcode machine mid-2019?
site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=szuhay.org; s=default; h=References:To:Cc:In-Reply-To:Date:Subject:Mime-Version: Content-Type:Message-Id:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=+UXWnr9wFcvsZraZcAFq8+AX2j5BmYtybRswfepYjaM=; b=boso7fepaT3oOGSgwX9Aw0jrhj SvUYbtkmgqhZmVHq9XLmKEpBZUmRBz0QXiMU4aTKxrx3/9MX1GNgW2rAgrWouMnuEp+b74JTJyXak bfxNObDzLgG6QhtNbsujL8SsLIfvm+58fgSFZqA+khqRScjEBwKbbNbI93nH3mm04LH1xEqLjW3ps 07vdwjqu/sunfIWx09HaZKjSA4OTOaTgFTbBcqT4QzcuOwqL57AeXOqdyBdTrZ5SiYy+MExh64/yx UleRhfBfOgWcVcNnNecFsVjhDBRGFEJ5Zu3lWsnyHHM5u6aV0dbBrlEhIdSd96hYil6rOlfEk9iFj ai68D88w==; Compilation is largely an i/o-bound problem. Unless the projects you work on are hideously large and would benefit from parallel processing (splitting the i/o among several processors), your current machine is quite satisfactory. Try this: using your current system, create a 4GB disk partition in memory. Then make that partition the “Derived Data” location. You can see how here: [http://www.blinddogsoftware.com/goodies/#CacheInYourPocket] If you notice an improvement in stability and decreased build time, great. If not, just keep on building great apps.
On Jun 28, 2019, at 11:02 AM, Steve Mykytyn via Cocoa-dev <cocoa-dev@lists.apple.com> wrote:
My main Xcode machine is a late 2013 27-inch iMac, 24GB RAM, 3.5 GHz Core i7 with 500GB SSD.
It works fine, but I'm wondering if an iMac Pro or a top-of-the-line 2019 iMac would be a life-changing experience. Or just, "that's nice."
The Geekbench numbers are somewhat informative, but hoping for commentary based on personal, direct experience.
_______________________________________________ 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/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Jeff Szuhay via Cocoa-dev