So, if the condition is false, which would be faster:
if(condition) while(condition)
or just
while(condition)
??