[Pythonmac-SIG] python slowing down on large files

2005-04-21 Thread Yair Benita
available. Thanks, Yair Benita ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] Upgrading to 2.4.1

2005-04-22 Thread Yair Benita
Upgrading to a new version of python is always tricky as I have many many modules that may not work properly after upgrading (biopython, etc.). If I install the new python 2.4.1 from the installer package provided, will it co-exist with my python 2.3.3 or will it replace it? If it co-exist how do

Re: [Pythonmac-SIG] python slowing down on large files

2005-04-22 Thread Yair Benita
an object with the exact same name is created? Is it possible that the NewObj created after each line doesn't removed from memory the previous NewObj? Yair on 21/4/2005 21:16, Bob Ippolito at [EMAIL PROTECTED] wrote: > > On Apr 21, 2005, at 10:06 AM, Yair Benita wrote: > >> I

[Pythonmac-SIG] Sets and Speed

2005-05-30 Thread Yair Benita
Hi All, My research involves genomic research and the use of sets (recently introduced in version 2.4) makes my life easier in a lot of ways. However, I noticed that working with large set slows the script to unbearable speed. Below I compare two simple scripts, one makes use of a list and the oth

Re: [Pythonmac-SIG] Sets and Speed

2005-05-30 Thread Yair Benita
I post next time. promise. Yair On May 30, 2005, at 6:03 , Bob Ippolito wrote: > > On May 30, 2005, at 7:44 AM, Yair Benita wrote: > > >> My research involves genomic research and the use of sets (recently >> introduced in version 2.4) makes my life easier in a lot of w