News Feed
Jobs Feed
Sections




News Archive
feed this:

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



Community Events











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


database unittest development zendframework2 usergroup opinion rest phpunit symfony2 interview community functional series podcast conference testing framework language introduction release

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