[Haskell-cafe] Array Binary IO & molecular simulation
Jason Dusek
jason.dusek at gmail.com
Sat May 2 20:32:15 EDT 2009
2009/05/02 Grigory Sarnitskiy <sargrigory at ya.ru>:
> 2009/05/02 Jason Dusek :
>> The original poster should try serializing a tuple of arrays
>> instead of serializing each array individually.
>
> Maybe, but I have some doubts. I have to operate with
> thousands of arrays --- are tuples good in such case?
No, they can be only 17 elements long. Then you need lists of
arrays, I guess.
> Moreover it is desirable to write data as it is calculated to
> be sure it wont be lost...
Would it be too much trouble to write to separate files?
--
Jason Dusek
More information about the Haskell-Cafe
mailing list