Name: Anonymous 2010-07-07 12:12
if (1==a){}else{} vs switch(a){case 1:}
Which one is faster? At which point of complexity switches are faster than ifs?
Which one is faster? At which point of complexity switches are faster than ifs?