Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Concurrent Programming in Mac OS X and iOS: Unleash Multicore Performance with Grand Central Dispatch (Repost)

Posted By: bookwyrm
Concurrent Programming in Mac OS X and iOS: Unleash Multicore Performance with Grand Central Dispatch (Repost)

Concurrent Programming in Mac OS X and iOS: Unleash Multicore Performance with Grand Central Dispatch By Vandad Nahavandipoor
2011 | 58 Pages | ISBN: 1449305636 | EPUB + PDF | 1 MB + 4 MB


Now that multicore processors are coming to mobile devices, wouldn't it be great to take advantage of all those cores without having to manage threads? This concise book shows you how to use Apple's Grand Central Dispatch (GCD) to simplify programming on multicore iOS devices and Mac OS X. Managing your application’s resources on more than one core isn't easy, but it's vital. Apps that use only one core in a multicore environment will slow to a crawl. If you know how to program with Cocoa or Cocoa Touch, this guide will get you started with GCD right away, with many examples to help you write high-performing multithreaded apps.