Sunday, November 10, 2013

Grand Central Dispatch



Grand Central Dispatch

All of OS X is multicore-aware and optimized for allocating tasks across multiple cores and processors. With Grand Central Dispatch, the responsibility for managing threads and their execution is moved from apps to the operating system, so you can can write less code to deal with concurrent operations in your apps. The system can perform more efficiently on single-processor machines, large multiprocessor servers, and everything in between.

No comments:

Post a Comment