On Tue, Dec 22, 2009 at 01:25:17PM +0530, Ramdas S wrote:
> I saw this doc and  a few other docs online.
> 
> http://wiki.python.org/moin/PythonSpeed/PerformanceTips

Just follow this. This one seems good.

> I/O. I have a program that opens between 4 to 7 text files in memory to

Have you done multithreading? If yes, thinking of implementing
the file read operations in separate threads and this should improve
the performance as number of threads increase.

-- 
Senthil
Whoever dies with the most toys wins.
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to