Memory Usage

  • Thread starter Thread starter adebiasio
  • Start date Start date
A

adebiasio

Hello. Just wondering what would be better in terms of memory usage
with vb.net.

I am a bunch of structures that contain only value data types. Each
structure is associated with a menu item. Would it be better to keep
each structure in a collection or store the menu's corresponding
structure in its TAG property.

Which way would use less memory? What would be the best way?

Thanks for any help.
 
Back
Top