in reply to Re: use dual-core or quad-core
in thread use dual-core or quad-core
i'm trying to replicate the idea behind the the BLAST program(it is an alignment program - it realy doesn't matter what kind a algorithm it is). the program is written i c and it has an option to use one, tow ... or number of cores. the program calculates the similarity of the alignment. i'm also calculating something similarly to the things BLAST calculates, and in some segments my program is even faster than blast, but i cannot compare myself to BLAST algorithm when multiple core system is turned on. so i'm looking for a way to speed up my performance.
PS
i now that perl is not intended for hard core calculations and lot of people told me not to do this in perl, but everything is in the approach.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: use dual-core or quad-core
by lima1 (Curate) on May 20, 2008 at 12:03 UTC | |
by baxy77bax (Deacon) on May 20, 2008 at 13:25 UTC | |
|
Re^3: use dual-core or quad-core
by moritz (Cardinal) on May 20, 2008 at 09:09 UTC | |
by BrowserUk (Patriarch) on May 20, 2008 at 09:23 UTC |