Hey all,
What is the best (least cpu usage) way to get some basic stats on the content of a table?
I'm using a table to store arbitrary data, and would like to get things like min/max so I can adjust the table bounds for the data it contains.
Any recommendations?
I currently have 100 data points, but hoping for 1000+.
untiling through the whole thing and doing the calc manually seems like it would be resource inefficient.
Thanks, B.