Posts Tagged ‘iteration’

PHP Benchmarking: Arrays and Iteration (Part 1)

Sunday, July 6th, 2008

Author’s note: This article was originally posted at Frye / Wiles, and has been re-posted here for consolidation.

As a programming department, it is always our goal to code in such a manner that makes use of methods that provide, on average, the fastest execution times. In today’s discussion, we’ll be testing the many different ways to process and interact with arrays in PHP in the first of three main areas: reading, modifying, and reconstructing. (more…)