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

DevShed: Introducing the Memento Pattern

Elated.com: Object-Oriented PHP: Autoloading, Serializing, and Querying Objects

PHPMaster.com: Array Handling Functions

Pawel Turlejski's Blo: What's wrong with PHP closures?

Lukas Smith's Blog: Remember: be nice to byte code caches


Community Events











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


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

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