I'm contemplating possibly creating a Linked List CFC as a means of creating in essence an array which is passed by reference instead of by value, and which would have some built-in sorting functionality. Could be useful for some memory resident structures like for instance a shopping cart, or sortable search results stored in the user's session. I'm wondering though if it's maybe more trouble and overhead than it's worth, given that CF uses dynamic arrays.
Here's a summary for anyone who's not familiar with them: http://en.wikipedia.org/wiki/Linked_list Anybody else care to comment? s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218055 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

