Concurrent Programming in Mac OS X and iOS
Autor Vandad Nahavandipooren Limba Engleză Paperback – 27 iun 2011
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
Preț: 105.65 lei
Preț vechi: 132.06 lei
-20% Nou
Puncte Express: 158
Preț estimativ în valută:
20.22€ • 21.74$ • 16.86£
20.22€ • 21.74$ • 16.86£
Carte tipărită la comandă
Livrare economică 19 decembrie 24 - 02 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781449305635
ISBN-10: 1449305636
Pagini: 58
Dimensiuni: 176 x 233 x 8 mm
Greutate: 0.11 kg
Editura: O'Reilly
ISBN-10: 1449305636
Pagini: 58
Dimensiuni: 176 x 233 x 8 mm
Greutate: 0.11 kg
Editura: O'Reilly
Descriere
Wouldn't it be great to take advantage of multicore processors without having to manage threads? This concise book shows you how to use Apple's Grand Central Dispatch (GCD) to simplify programming for multiple cores on iOS devices and Mac OS X.