If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
![]() |
|
|
#1 |
|
Junior Member
Join Date: Dec 2008
Posts: 77
|
I've been looking at Grand Central (through available whitepapers / documentation, I don't have a development Mac), and I'm either missing something fundamental, or it's the most overhyped piece of software in my recent memory. From what I gather, it's mainly:
1) Blocks 2) Task Queues / Completion Events 3) Dispatcher The first is a very hackish attempt at closures (lambdas), and is underpowered compared to C++0x's lambdas (as seen in VS2010 Beta). The second is OS-wide thread pool (instead of per-app thread pool) management and notification events. The third is nothing special. Am I missing something here? I fail to see how this is revolutionary when compared to even a simple thread pool based task system, as used by gamedevs to tackle multicores.. |
|
|
|
|
|
#2 |
|
Regular
Join Date: Jun 2004
Posts: 6,798
|
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Dec 2008
Posts: 77
|
Thanks. I'll be reading that thread thoroughly now
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|