News Feed
Jobs Feed
Sections




News Archive
Martin Sikora's Blog:
Storing arrays using JSON, serialize and var_export
August 09, 2011 @ 09:31:51

Martin Sikora was working on an application that used a large dataset (in an array) and found some interesting things in regards to PHP's resulting loading time and saving time in four different types of arrays.

Recently I was dealing with precessing and storing large arrays in PHP (around 100 000 items) and I found out some quiet surprising facts that are very useful in performance critical applications. [...] When I started looking for some benchmark I found article Cache a large array: JSON, serialize or var_export?. That is really good but I wanted to compare a few more things.

He tested with four different array types including associative with an integer value and numeric index with a string value at sizes of 10, 100, 1,000 and 10,000 items. He ran his tests with the json methods, serializing them and a var_export. There's graphs of his results for each included in the post with some interesting variations between the different array types.

0 comments voice your opinion now!
json serialize varexport large array dataset benchmark


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: Solar 0.23.0 Released

Evert Pot's Blog: PHP: Arrays vs. Objects

Tutorialzine.com: Creating a PHP and CSS3 Powered About Page

Jacob Santos' Blog: XMLHttpRequest Quirks and PHP

phpRiot.com: Combining PHP, JSON and jQuery Screencast


Community Events











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


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

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