&gt; 2009/05/02 Jason Dusek :<br />&gt;The original poster should try serializing a tuple of<br />&gt; arrays instead of serializing each array individually.<br /><br />Maybe, but I have some doubts.š I have to operate with thousands of arrays --- are tuples good in such case? Moreover it is desirable to write data as it is calculated to be sure it wont be lost if the program suddenly stops for some reason. Can tuple/array/list of arrays be serialized and written to the file without its whole computation, but just as new elements appear?<br />