> > Anyone have a function that runs that will remove duplicates from a > list > > or array. My list will have over 15k items so I need it to run as > fast > > as possible.
If you are on a Windows box with CF, there is a free tag on our site which converts string lists into true linked lists and spits them back out de-duped but it is a CFX tag so you'd need to be able to install it on your server... It typically out-performs CF lists and array functions. The test results shown are for CF5. CFMX and upwards are still slower than CFX_dedupe but not by so much :-) http://store.newmediadevelopment.net/cfx_tag.cfm?ProductID=4 Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297749 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

