News Feed
Jobs Feed
Sections




News Archive
Brian Moon's Blog:
Big arrays in PHP
February 27, 2007 @ 07:50:00

In his latest blog entry, Brian Moon takes a look at using big arrays in PHP - how efficient it is and what can be done to ease things a bit.

So, at dealnews, we have a category tree. To make life easy, we dump it to an array in a file that we can include on any page. It has 420 entries. So, I was curious how efficient this was. I noticed that some code that was using this array was jumping in memory usage as soon as I ran the script.

His tests showed that the memory jump from before and after the array was significant (5 MB for his test). He tested different methods of storage for the array including a var_export and serializing the data (the lowest memory option).

0 comments voice your opinion now!
large array optimize performance varexport serialize memory usage large array optimize performance varexport serialize memory usage


blog comments powered by Disqus

Similar Posts

Drupal.org: Tuning your server for optimal Drupal performance

php|architect: Putting glob() to the test

DevShed: Fetching Search Results as Serialized Arrays with Yahoo Web Services and PHP 5

IBM developerWorks: Make PHP apps fast, faster, fastest (Part 1)

Dave Marshall's Blog: Log memory usage using declare and ticks in PHP


Community Events











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


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

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