PHP Benchmarks

C++, C#, Java, PHP, ect...
Post Reply
Gustava
Posts: 66
Joined: Tue Dec 29, 2009 5:49 am

PHP Benchmarks

Post by Gustava »

I was working on something when I noticed that I had a string of If statements and wondered why I didn't just use elseifs instead. Not that there is any noticeable difference except preference.

But, back to the topic...to anyone else having problems deciding between multiple options of writing something you should check out: http://www.phpbench.com/

The site contains comparisons to show which value is the most optimized. And another thing to note that is that each variable has multiple settings in multiple tests..actually ignore that last sentence and just look at it yourself, heh. Hopefully it can help a few developers just starting out in PHP.
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: PHP Benchmarks

Post by hallsofvallhalla »

thanks for the link and info
Post Reply

Return to “Coding”