Computer Science Canada Priority |
Author: | Latagore [ Tue Oct 23, 2007 6:11 pm ] |
Post subject: | Priority |
If my program lags, is there a way to add more processing power, because my program lags right now, and I haven't even gotten close to finishing it, which, by the end, will make it... one frame per second, most likely. |
Author: | Tony [ Tue Oct 23, 2007 6:38 pm ] |
Post subject: | RE:Priority |
No. Turing is commonly known to be horribly inefficient and with a lot of overhead. You'd have to optimize your code to increase the performance -- take out delays, draw less graphics, perform less calculations. Most definitely write less to files. |