Organizing your data webinar
posted Tue 16 Nov 2010 by Michael Galloy under IDLI just watched the “Organizing Your Data” webinar by Mark Piper of ITT VIS. It provides an excellent overview to your options for storing data in memory, comparing arrays and structures to the new IDL 8.0 lists and hashes.
November 23rd, 2010 at 12:04 pm
I found the (simple) time test on building a storage area (of unknown length) between the array, structures, hash, and list very interesting. With all the talk about the greatness of hash and list, it seems the old fashion methods of using array and structure to store data beats the new fangle storage methods.
Thanks for an interesting webinar Mark! I hope to see more.
Kelly
November 23rd, 2010 at 12:56 pm
Yes, I think of arrays and structures as “primitives” that are fairly efficient, but lacking flexibility and extra features. Use them when you can, but now there are new features in the form of lists and hashes that you can use if you need them.
What I’m still wondering is whether things like my MGcoArrayList still have a place somewhere? It’s an object which uses an array to store the data, but handles the bookkeeping of resizing the array as required. It has a mix of the pros/cons of both arrays and lists.
November 28th, 2010 at 7:10 pm
Thanks, Kelly! If you have ideas for webinar topics, please send them to me.