Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

IF vs Switch

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?

Name: Anonymous 2010-07-08 0:32

on any modern compiler, if/else and switch are just different syntax for the same thing. they should be the same speed.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List