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

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.