[BangPypers] Python performance

Senthil Kumaran orsenthil at gmail.com
Tue Dec 22 09:28:06 CET 2009


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.


More information about the BangPypers mailing list