> Any reason you're not using an array of structs? It would be much
> cleaner to work with and much faster than using lists (which is going
> to have much more impact on your performance than "storing data").

While I agree with your suggestion to use arrays and structures rather than
lists, I doubt it would have a fraction of the impact on performance that
choices about storing data will have. You might save a few milliseconds per
page by avoiding lists, but you will typically suffer a more severe
performance penalty by making trips to the database instead of storing
things in the Session scope in my experience.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188944
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to