|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: More efficient way to lookup with 2 AoA's.by CountZero (Bishop) |
| on Jul 27, 2004 at 17:08 UTC ( [id://377863]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Dump both AoA's into a database (each in its own table) and do a SELECT on both tables joined by the keyfield of gene_name. Somehow you will have to persist the AoA's or are you going to input them each time by hand again (or perhaps read them from a flat file)? What better way then than to put them in database from the start?
CountZero "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||