Samuel R. Neff wrote:
>
> I expect that the cfscript version of that particular code is going to be
> significantly slower than the cfml version.  The cfml version is taking
> advantage of a list loop with does a single tokenization of the list.  The
> cfscript version tokenizes the list twice in each iteration--once for the
> listLen call and once for the listGetAt call.

I expect the result only to become significant with larger lists,
but it is quite likely you are right.

Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to