in reply to using s/// as map?
in thread how can I speed up this perl??
But this is still twice as slow as the substr() variant.$count{$1}++ while $genome =~ /(?=(..))./g
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: using s/// as map?
by Roy Johnson (Monsignor) on Nov 24, 2003 at 19:29 UTC | |
by thospel (Hermit) on Nov 24, 2003 at 19:46 UTC | |
by Roy Johnson (Monsignor) on Nov 24, 2003 at 20:05 UTC |