Re: question over increasing the speed of a perl script

2007-08-14 Thread patmarbidon
patmarbidon a écrit : Luba Pardo a écrit : Dear list: I wrote a script that takes a list of ids from an input file and store these in an array in a pairwise-like manner (if total list is n then the array is (2 ^n)-n). I need to extract for each pair of ids a certain value from a huge file tha

Re: question over increasing the speed of a perl script

2007-08-14 Thread patmarbidon
Luba Pardo a écrit : Dear list: I wrote a script that takes a list of ids from an input file and store these in an array in a pairwise-like manner (if total list is n then the array is (2 ^n)-n). I need to extract for each pair of ids a certain value from a huge file that contains the pair of

Re: question over increasing the speed of a perl script

2007-08-13 Thread Chas Owens
On 8/13/07, Luba Pardo <[EMAIL PROTECTED]> wrote: > Dear list: > I wrote a script that takes a list of ids from an input file and store these > in an array in a pairwise-like manner (if total list is n then the array is > (2 ^n)-n). I need to extract for each pair of ids a certain value from a > hu

Re: question over increasing the speed of a perl script

2007-08-13 Thread John W. Krahn
Luba Pardo wrote: Dear list: Hello, I wrote a script that takes a list of ids from an input file and store these in an array in a pairwise-like manner (if total list is n then the array is (2 ^n)-n). I need to extract for each pair of ids a certain value from a huge file that contains the pai

question over increasing the speed of a perl script

2007-08-13 Thread Luba Pardo
Dear list: I wrote a script that takes a list of ids from an input file and store these in an array in a pairwise-like manner (if total list is n then the array is (2 ^n)-n). I need to extract for each pair of ids a certain value from a huge file that contains the pair of ids and the value (format