Page 2 of 2

Re: Tips for improving game running speed

Posted: Wed Jan 12, 2022 1:00 pm
by rafaeltodero
I think this tip is very important. It would be really cool if she was in the game along with the other tips. Here in the Forum not everyone enters, and sometimes there are a lot of posts and that makes it "hidden".

Re: Tips for improving game running speed

Posted: Sun Jan 07, 2024 8:03 pm
by luckhomerun
I observed that the game currently utilizes only one core on the CPU. In contemporary times, CPU advancements focus on increasing the number of cores rather than elevating the speed of a particular core. I believe there is significant potential for enhanced late-game performance if you explore the possibility of implementing multi-threading. By structuring each opponent as a separate task, it could be feasible to distribute these tasks across different threads with relative ease. This approach has the potential to tap into the full power of modern multi-core processors, thereby optimizing overall game performance.

Re: Tips for improving game running speed

Posted: Wed Jan 10, 2024 4:17 am
by mohmaaytah
Using more than one core has been discussed before but due to the size of the dev team it would take a significant amount of time and effort which could otherwise be used to add to the core features of the game.