[Bioperl-l] 65% speedup for Bio::SeqIO::fasta::next_seq test

Matthew Pocock matthew_pocock@yahoo.co.uk
Mon, 30 Sep 2002 22:14:51 +0100


Tim Bunce wrote:
> 
> One thing I've noticed is a tendency to call methods inside sorts.
> Not good - the method cost is multiplied many times by the sort logic
> which has to call the method many times:
> 

Is this the sort of thing that would be greatly helped by using the 
inline module?