Marty Huynh
From: Saigon, Vietnam - Contact Me
Tired of searching countless websites for an ebook you like. This will solve your problem. This blog contains almost 1,000 exclusive ebooks. Since it is a blog, the entire thing is searchable, so you can search for a specific ebook and it instantly pulls up links to all the matches. Excellent blog for readers and anyone else looking for an ebook.

9/11/2011

Concurrent Programming in Mac OS X and iOS



Book Description
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.
  • Package your code as block objects and invoke them with GCD
  • Understand dispatch queues—the pools of threads managed by GCD
  • Use different methods for executing UI and non-UI tasks
  • Create a group of tasks that GCD can run all at once
  • Instruct GCD to execute tasks only once or after a delay
  • Discover how to construct your own dispatch queues
Table of Contents
Chapter 1 Introducing Block Objects
Chapter 2 Programming Grand Central Dispatch
Book Details
  • Paperback: 58 pages
  • Publisher: O’Reilly Media (May 2011)
  • Language: English
  • ISBN-10: 1449305636
  • ISBN-13: 978-1449305635
  • File Size: 4.8 MiB


No comments:

Post a Comment