Hello, I'm wondering if sparse arrays in COS are suitable for multidimensional data analysis.
My intention is to store information into arrays like:
s ProductsSold("Apple","1997","december","Venezuela")=2000
and create some routines to manipulate them (collapse dimensions, apply
functions to each term, distribute values, etc).
My first question is: are sparse arrays (in memory, not globals) limited to
32k ?
Max
