Writing and reading multidimensional arrays of floats
I have a nine dimensional array of single-floats (specialized). Writing this with write-with-fasl-file, writes this out quite quickly, but writes a 20Mb fasl file. Reading this fasl file takes a looong time. Presumably because it creates a non-specialized array and doesn't know the size in advance. How do people generally read and write such arrays? I would also prefer to use a compressed format. I am quite happy to loop over the array, but how do I best write out the data? Rene. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________