03-18-2013 09:40 PM
Hello,
I need to pass many independent data points (DBL, voltage readings) around, and they need to be retrievable by name (strings) by different parts of my program. Rather than have a huge cluster with many elements, I was thinking of using a map.
My requirements are:
What's the best way to store my data? https://decibel.ni.com/content/groups/large-labview-application-development/blog/2012/09/04/using-va... describes an efficient look-up table. It seems optimized for fast data retrieval; I'm not sure if it's it suitable for fast, frequent data storage.
Would the "best" way be different if I had a large data set (>10 000 elements)?
Thanks!
Solved! Go to Solution.
03-18-2013 10:50 PM