[thelist] Looking for a simple CF-based catalog/shopping cart

Nick Bourgeois nick at infinitevoid.com
Tue Dec 11 07:37:01 CST 2001


> <tip type="ColdFusion" author=".jeff">
>
> using lists in coldfusion?  want some performance gains?  convert those
> lists to arrays before working with them.  arrays and array functions are
> *much* faster than list functions.
>
> </tip>

This kind of information is gold.  I'm always looking for little tidbits to
make my code faster, like cfscript vs. non-cfscript, arrays vs. lists,
custom tags vs. cfincludes, etc.  What other stuff have you noticed gives
significant performance gains (aka NOT 1 or 2 milliseconds faster)?  Better
yet, is there a site somewhere that catalogs this info?

Nick Bourgeois
nick at infinitevoid.com





More information about the thelist mailing list