
3 May
2009
3 May
'09
12:32 a.m.
2009/05/02 Grigory Sarnitskiy
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