Re: Slow output

2012-06-28 Thread Roel Schroeven
subhabangal...@gmail.com schreef: Dear Group, I am Sri Subhabrata Banerjee writing from India. I am running a small program which exploits around 12 1 to 2 KB .txt files. I am using MS Windows XP Service Pack 3 and Python 2.6 where IDLE is GUI. The text is plain ASCII text. The RAM of the machine

Re: Slow output

2012-06-28 Thread subhabangalore
On Wednesday, June 27, 2012 11:03:44 PM UTC+5:30, (unknown) wrote: > Dear Group, > I am Sri Subhabrata Banerjee writing from India. I am running a small program > which exploits around 12 1 to 2 KB .txt files. I am using MS Windows XP > Service Pack 3 and Python 2.6 where IDLE is GUI. The text is

Re: Slow output

2012-06-27 Thread alex23
On Jun 28, 3:33 am, subhabangal...@gmail.com wrote: > May any one suggest me what may be the likely issue? In situations like this, it always helps to see your code, especially if you can reduce it down to only the part doing the loading. One thing that can help reduce memory usage is to replace

Re: Slow output

2012-06-27 Thread Steven D'Aprano
On Wed, 27 Jun 2012 19:06:08 +0100, MRAB wrote: > On 27/06/2012 18:33, subhabangal...@gmail.com wrote: >> Dear Group, >> I am Sri Subhabrata Banerjee writing from India. I am running a small >> program which exploits around 12 1 to 2 KB .txt files. I am using MS >> Windows XP Service Pack 3 and Py

Re: Slow output

2012-06-27 Thread Jean-Michel Pichavant
MRAB wrote: On 27/06/2012 18:33, subhabangal...@gmail.com wrote: Dear Group, I am Sri Subhabrata Banerjee writing from India. I am running a small program which exploits around 12 1 to 2 KB .txt files. I am using MS Windows XP Service Pack 3 and Python 2.6 where IDLE is GUI. The text is plain AS

Re: Slow output

2012-06-27 Thread MRAB
On 27/06/2012 18:33, subhabangal...@gmail.com wrote: Dear Group, I am Sri Subhabrata Banerjee writing from India. I am running a small program which exploits around 12 1 to 2 KB .txt files. I am using MS Windows XP Service Pack 3 and Python 2.6 where IDLE is GUI. The text is plain ASCII text. The

Slow output

2012-06-27 Thread subhabangalore
Dear Group, I am Sri Subhabrata Banerjee writing from India. I am running a small program which exploits around 12 1 to 2 KB .txt files. I am using MS Windows XP Service Pack 3 and Python 2.6 where IDLE is GUI. The text is plain ASCII text. The RAM of the machine is around 2 GB. To run the progr