News Feed
Jobs Feed
Sections




News Archive
John Walsh's Blog:
PHP Benchmark - For vs While
March 26, 2007 @ 15:19:23

John Walsh filled us in on a new set of benchmarks he worked up comparing two of the standard looping structures in PHP - for versus while.

People always ask me what statement is faster, so I've gone ahead and created a benchmark test using Apache's AB Benchmarking tool. There's no reason not to use For either, you can use it with any while statement but While in some cases mean's less lines, but i prefer speed than less lines of code.

He created some simple scripts to perform the tests and ran them through the AB benchmarker to come up with his results - with while just barely edging out the for loop by one millisecond.

1 comment voice your opinion now!
benchmark loop forloop whileloop apache tool millisecond benchmark loop forloop whileloop apache tool millisecond


blog comments powered by Disqus

Similar Posts

Community News: XAMPP Updates Packages

Jim Plush's Blog: Do you use debug statements in PHP? Speed them up by 85%

Rob Thompson's Blog: Switch vs. If

Leonid Mamchenkov's Blog: Perl vs. PHP : variable scoping

Casey's Blog: Make Your Life as a PHP Developer Twice as Easy With phpsh


Community Events











Don't see your event here?
Let us know!


language opinion interview database phpunit code application introduction zendframework2 composer release functional example podcast testing api community framework development series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework