News Feed
Jobs Feed
Sections




News Archive
php|architect:
Putting glob() to the test
April 29, 2010 @ 09:27:57

The glob function, the subject of a recent post on NETTUTS.com, is the topic of this new post from Bill Karwin on the php|architect website. He focuses on the efficiency of the function over the convenience it offers.

The glob() function is convenient but the solution using the fewest lines of code isn't always the most efficient - if by efficient you mean fastest. [...] My benchmark results ranged from 12.4 seconds down to 1.2 seconds. That's a pretty wide spread, so it's worth paying attention to performance as well as coding convenience.

He shows the different methods he used to get those results, one that returned an array and filtered directories, another that didn't filter and a third using the GLOB_NOSORT argument. He also compares it with scandir and the opendir/readdir combo.

0 comments voice your opinion now!
glob benchmark file directories performance


blog comments powered by Disqus

Similar Posts

Ibuildings techPortal: Caching for Performance

Christian Flickinger's Blog: WinCache, Apache and a pretty graph!

Christopher Jones' Blog: Oracle & PHP Users: don't miss the Zend Conference

Vidyut Luther\'s Blog: Where do you \"define\" your environment/global settings?

John Walsh's Blog: Benchmark - MYSQL vs MYSQLi


Community Events











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


code language example introduction zendframework2 conference interview phpunit release tool development series framework object testing opinion podcast functional unittest community

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