Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: finding open reading frames

by glasswalk3r (Friar)
on Jun 06, 2017 at 13:57 UTC ( [id://1192220]=note: print w/replies, xml ) Need Help??


in reply to finding open reading frames

I'll not even try to understand what your code does (and other already provided some material for you on that), but here are some general guidelines:

  1. You should run a profiler over it: see Devel::NYTProf and identify the areas that are using more time/CPU so you can start with them.
  2. Since you are working inside loops, check out if you can get ride of them. If not, check some algorithms like Schwartzian_transform.
  3. Benchmark your code before and after the changes you implement to see if they are effective. See Dumbbench.
Alceu Rodrigues de Freitas Junior
---------------------------------
"You have enemies? Good. That means you've stood up for something, sometime in your life." - Sir Winston Churchill

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1192220]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-20 04:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found