Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Switch is faster than If?

$
0
0
Hi bro's!


Which of these two is faster ?

PHP Code:

if(var == 1) { return X; } 

or

PHP Code:

switch(var) { case 1: return X; } 

? and why?


And.. how can i do my own benchmark?


Thank you!

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>