News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Joakim Nygard's Blog: Optimizing PHP Through Habits

Inside Open Source: Possible addition to array syntax in PHP

Ilia Alshanetsky's Blog: PHP 5.2.0 RC3 Released!

Hardened-PHP Project: Advisory - PHP unserialize() Array Creation Integer Overflow

DevShed: Additional Methods for Using SQLite with PHP 5


Community Events







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


package security book application zend zendframework example developer PHP5 release releases code ajax conference database PEAR cakephp job mysql framework

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