|
Re: Desperately need help optimizing
If you want to post your code, or pictures of the major code you edited, people will give feedback. You can also ask questions you may have had while writing the code related to performance.
Optimizing code mostly involves measuring it, finding the slowest stuff, or the stuff which is farthest from the time it should execute in, and fixing issues until the performance is what you want. There isn't one problem or one solution.
Greg McKaskle
|