> my experience with high traffic stuff like this is to store 
> them as arrays.
> 
> Quick as lightning to add.
> 
> In loe levels, you can't really tell the difference between an 
> 
> arrayappend(myArray, "kjsdlkjljdadjldja")
> and
> myLIst = listappend(myList, "kjsdlkjljdadjldja")
> 
> but once you start adding large numbers of keys, the list 
> method starts to slow down very quickly. Converting them to 
> arrays gave me a **very** big perfomance increase, even when 
> having to use search the array for a particular key afterwards.

That helps.  Ta

Paul



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to