Unless you have access to the source code, there probably isn't much you can do to optimize the program. If the program is well written and compiled using compiler optimazations, then may not be much more you can do to optimize it.
What you can do is make sure that it has enough RAM to run in (eliminate any swapping activity) and use the fastest processor available to you. Both of which amount to "throw money at the problem".
What you can do is make sure that it has enough RAM to run in (eliminate any swapping activity) and use the fastest processor available to you. Both of which amount to "throw money at the problem".
Statistics: Posted by W. H. Heydt — Fri May 08, 2026 8:59 pm




