Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Iteration speed

by davidj (Priest)
on Jun 15, 2004 at 17:31 UTC ( [id://366959]=note: print w/replies, xml ) Need Help??


in reply to Iteration speed

There could be several things causing slow iteration time:

1) data structures used (some are more efficient than others)
2) the algorithm used for determining interations (is it the most efficient?).
3)how the residuals are being parsed and compared
4) how you are reading in the file (if you have a new file read for each residue it will bottleneck)
5) how you are storing information in the database.

These are just off the top of my head. No doubt there are others. Give us a better idea of what you are doing (especially addressing the above) and it will be easier to help you.

davidj

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-25 10:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found