B and E Blog

Just a couple of opinionated nerds talking about ColdFusion, PHP, and technology in general.

B and E Blog header image 4

Relative CFLoop Performance for Various Loop Structures

May 21st, 2008 · 6 Comments · ColdFusion, Programming

Introduction
Jim over at Ben Nadel’s blog made the assertion that looping a list is faster than looping a struct.  It’s an interesting assertion that looping a list would be faster than looping an array.  I did a test of my own to find out.
Setup
Starting with objects with 1 entry populated, I increased the number of [...]

[Read more →]

Tags: ····