Given 2 functions, which should be faster, if there is any difference at all? Assume that the input data is very large
void iterate1(const char* pIn, int Size) {
In the "other considerations" column, I'd say approach one is more clear. That's just my opinion though.