News Feed
Jobs Feed
Sections




News Archive
WebDevLogs.com:
BREAK the FOR VS WHILE loop war
March 27, 2007 @ 11:37:00

In this new post on Mgccl's blog today, there's a response to these benchmarks from John Walsh concerning which is faster - a for loop or a while loop.

In this new post, Mgccl, he points out two other examples that show that a while loop is always faster than a for loop. To help prove the point, he's also included a screencast where he shows the code he's using to run the benchmarks (several different tests).

His results, matching the results from the other reports, not only shows that the while loop is faster (still only slightly), but also consumes less memory in the process.

1 comment voice your opinion now!
forloop whileloop benchmark statistic screencast forloop whileloop benchmark statistic screencast


blog comments powered by Disqus

Similar Posts

Start up web 2.0 Blog: CakePHP & CodeIgniter Benchmark

Evert Pot's Blog: iconv_substr vs mbstring_substr

Stoyan Stefanov's Blog: Automating HTTPWatch with PHP

DevShed: Benchmarking Applications with PHP

Spindrop.us: PHP double versus single quotes


Community Events











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


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

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