Apple open sources multi-core tech

September 14, 2009 in News by Alastair Otter

One of the less-reported announcements around Apple’s Mac OS X 10.6 Snow Leopard release last week was the open sourcing of Apple’s new multi-core technology. Released under the Apache 2.0 licence, Grand Central is a user and kernel space library which adds new language features, runtime libraries and other enhancements to support concurrent code execution on multi-core hardware. Grand Central doesn’t solve the design issues of parallel code, that is still left to the developer, but it does make the process of spinning off threads more efficient by managing the threads execution on available processor cores.

Bookmark and Share