Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

waloshin

macrumors 68040
Original poster
Oct 9, 2008
3,560
394
Snow Leopad touts that it has Grand Central Dispatch built in , but when will Apple or other developers use this technology? 10.7 or maybe 10.8?
 
Apple is already using it in their Snow Leopard apps like Mail, Finder, Safari... (list goes on). Developers can use GCD right now, it's just up to them when they update and release a GCD capable application.

In other words, if you app can do GCD, then it can already do it, no need for 10.7 and so on.
 
GCD challenges a lot of what developers thought they knew about threading. In a good way, but I shouldn't be surprised if only a small minority ever really gets comfortable with it and learns to use it well.

I would go out on a limb and suggest that probably even Apple's own apps do not exploit GCD to its fullest, because of the large legacy codebase to be adapted to an entirely new way of thinking about organizing code tasks.
 
It will take a couple of years for the developers to adapt to the new technology. So, it will take a while so just wait and you will defiantly notice the new tech because it will make the app (especially if the app is power-hungry) much faster and so it can use multiple cores.

So in reality what was the big hype for Snow Leopard? 64 bit that the average consumer wont even take advantage of?
 
you will defiantly notice the new tech because it will make the app (especially if the app is power-hungry) much faster and so it can use multiple cores.

And in the case of the apps already using it - Apple's Apps....where there is NO difference whatsoever?

Sorry - this is total hype and nothing else.
 
And in the case of the apps already using it - Apple's Apps....where there is NO difference whatsoever?

Sorry - this is total hype and nothing else.

I compared with my friends mac when I got snow leopard and all the key applications opened and ran faster. That's my proof it was worth the £25.
 
I compared with my friends mac when I got snow leopard and all the key applications opened and ran faster. That's my proof it was worth the £25.

i noticed a slight speed boost, slight.

did you and your friends mac have the same specs??
 
Snow leopard was the groundwork for future operating systems and software.
It is not hype, it is the way technology is going. Multithreading is is the way we are headed.
Just because you don't see a benefit now, does not mean there is none at all.
Give it time, allow more developers to start making use of the new operating system features.
 
Snow leopard was the groundwork for future operating systems and software.
It is not hype, it is the way technology is going. Multithreading is is the way we are headed.
Just because you don't see a benefit now, does not mean there is none at all.
Give it time, allow more developers to start making use of the new operating system features.

+1

Programming for multithreading is extremely difficult. Apple greatly simplified this processes which is what the hype is about. Its here, now developers are able to take advantage of it in future iterations of software.

Multicore support generally means re-writing the entire program so its not something that will happen instantly.
 
So in reality what was the big hype for Snow Leopard? 64 bit that the average consumer wont even take advantage of?

This may be hard to understand (instant gratification and all that), but these are all underlying technologies that need to be put into place at some point in time, and will actually be used at some point in time later. If Apple hadn't put these things into Snow Leopard, then applications using them would just arrive two years later than they do now.

And that's also a reason why Snow Leopard was $29 only: So that developers can use new features without having to care about older computers. Anyone who is not willing to pay $29 for Snow Leopard isn't going to pay for the applications that I write anyway.
 
This may be hard to understand (instant gratification and all that), but these are all underlying technologies that need to be put into place at some point in time, and will actually be used at some point in time later. If Apple hadn't put these things into Snow Leopard, then applications using them would just arrive two years later than they do now.

And that's also a reason why Snow Leopard was $29 only: So that developers can use new features without having to care about older computers. Anyone who is not willing to pay $29 for Snow Leopard isn't going to pay for the applications that I write anyway.

That's right. And that's the correct way to think about it. Apple seemed to get this right with the SL pricing.
 
As individuals above have been saying, it is not that technologies like GCD and OpenCL are useless, it is that they are new. As such, they haven't yet been adopted by developers, despite the theoretical performance benefits. Contrary to public belief, when new APIs, instruction sets and programming techniques are introduced, they don't just magically increase application performance automatically: there is a learning curve for developers with respect to employing and benefiting from new low-level stuff.

Case in point: all of the continuously evolving fancy vector extensions to the x86 architecture, such as SSE/2/3/4. It took years for developers to fully leverage the potential of SSE2. Moreover, it has been more than two years since the introduction of SSE4, yet only a mere handful of applications (if that) are even capable of utilizing the instruction set.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.