Which would be the best/fastest way for evaluating the loop condition,
Code:
while (i < x)
or
Code:
while (i != x)
? Assuming that the loop is incrementing i for each iteration, to avoid elitist remarks