2009/05/02 Grigory Sarnitskiy <sargrig...@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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to