Open GL/Grand Central optimization is fine, however such improvement are probably an advantage of, what, 20% of the users?
I've been holding on SL upgrade, so far. I've been actually reading of more complains than positive comments.
I'd much prefer to see improved overall conditions, increased battery life for laptops, etc.
Grand Central optimization and OpenCL is what allows the next round of Battery improvements to happen. Do more with less.
OpenCL allows use of wasted cycles in the GPU that your already paying the power budget for.
What is the Rule of Thumb the same core at half the speed will use a 1/4 of the Power. So doubling the number of cores but keeping the same number of cycles give you the same amount of work for half the power. Double again for half the power again. Better still if only one core is active you can power down the others. Multi cores are just better at using the right amount of power for the job at hand.
This is where you rely on GCD or Threading, the better a program, even something small, scales across this sort of environments the more room Apple has to power scale and save your battery.
Problem is subjectively you'll measure the performance of the whole machine based on which of your Applications has the highest demand for a single core.