News Feed
Jobs Feed
Sections




News Archive
Konr Ness' Blog:
Zend_Config Benchmark - JSON, Array, INI, XML, YAML
March 08, 2012 @ 11:51:32

In this recent post to his blog, Konr Ness has benchmarked the components that the Zend Framework uses to read in different types of configuration files - JSON, native PHP arrays, INI, XML and YAML files.

If you application relies on parsing one or several config files each time it is bootstrapped it is important that you select a file format that is fast to parse. But you also want to select a config file format that is easy for a human to read and edit. In a recent application I am building I also had the need to write modifications to config files, so I also benchmarked the Zend_Config_Writer components.

He includes both the sample configuration INI file and the benchmarking script he used to measure the results (all configurations were read from external files, even the native PHP option). His results were pretty predictable (with the exception of YAML reading) with the standard INI file coming in second to the native PHP arrays, but having the advantage of being more readable.

0 comments voice your opinion now!
zendconfig zendframework benchmark json array ini xml yaml


blog comments powered by Disqus

Similar Posts

Markus Wolff's Blog: Fulltext search as a webservice

Rob Allen's Blog: Quiet around here (Tutorial Translation - Brazillian Portuguese)

Padraic Brady's Blog: Zend Framework Blog App Tutorial - Addendum #2: Revised Design, Date Helper

Christoph Dorn's Blog: Profiling queries with Zend_Db_Profiler_Firebug

Mike Willbanks' Blog: E-Commerce Frameworks?


Community Events











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


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

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