Grand Central Dispatch (GCD) is a technology developed by Apple Inc. to optimize application support for systems with multi-core processors and other symmetric multiprocessing systems. It is an implementation of task parallelism based on the thread pool pattern. It was first released with Mac OS X 10.6, and is also available with iOS 4 and above.
The name "Grand Central Dispatch" is a reference to Grand Central Terminal.
The source code for the library that provides the implementation of GCD's services, libdispatch, was released by Apple under the Apache License on September 10, 2009 It has been ported to the FreeBSD operating system, starting with FreeBSD 8.1. MidnightBSD 0.3-CURRENT includes "libdispatch" without blocks support. Linux and Solaris support are provided within the upstream trunk. In order to develop support for Windows, currently two forks exist at opensource.mlba-team.de and Github.
Read more about Grand Central Dispatch: Design, Features, Examples, Applications
Famous quotes containing the words grand and/or central:
“That grand drama in a hundred acts, which is reserved for the next two centuries of Europethe most terrible, most questionable and perhaps also the most hopeful of all dramas.”
—Friedrich Nietzsche (18441900)
“The central problem of novel-writing is causality.”
—Jorge Luis Borges (18991986)