What would be the most efficient way to select every nth item from a large array? Is there a \'smart\' way to do it or is looping the only way?
Some points to c
May sound silly but by definition it is fastest since you access memory locations directly and do not perform any comparisons.