I was wondering what is the difference between using a for loop, and using the dispatch_apply
function of GCD and couldn't find an answer in the documentation nor in questions here.
Also, will using the GCD function in a runtime situation as a GLKit render/update method will produce better results?