Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Optimizing a large project.

by dextius (Monk)
on Jun 12, 2008 at 17:56 UTC ( [id://691742]=note: print w/replies, xml ) Need Help??


in reply to Re: Optimizing a large project.
in thread Optimizing a large project.

None of the method calls show up as huge consumers of time (other than some the SWIG logic).

I'm concerned that if we broke the libraries down any further then we'd just exacerbate our method call overhead issue.

Yes, it is a whale. I believe we have a handle on it, given two large scale profiling runs, I simply don't know how to measure things beyond what the profiler provides. (if that is even our issue to begin with).

Replies are listed 'Best First'.
Re^3: Optimizing a large project.
by Herkum (Parson) on Jun 12, 2008 at 18:49 UTC

    I guess the next question to ask is how do manage your data? Can simplify your data structures, you can limit your data sets? Can you move data process to something that would be more optimized like a database?

    Optimized code and data structures can only take you so far.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 08:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found