Jump to content

Possibility of adding more cores/threads to the multithreading


Recommended Posts

IIRC, the game doesn't benefit much from more multi-threading. The drawing on already done on multiple threads and the game logic is single-threaded. Any improvements must then be made by splitting the game logic over multiple cores, which is a difficult task and I'm not sure if the increased overhead is worth the hassle.

  • Informative 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...