Is there any difference performance-wise between a switch and an if-else statement? I need to choose between them for an important part of my code that will have about 100 if-elseif statements or a switch with 100 or so cases.