01-24-2012, 06:29 PM
Hi all. This server is amazing! Thanks for good soft.
I am C++ programmer and I can help you with this project.
As I know , game logic cannot be run on many CPU cores now. I read sources and didn't find anything parallel in it. Is it right?
Chunks can be update independent from each other, so it is possible to make method tick() in cChunkMap parallel. Is it necessary? Does it speed up the server?
I am C++ programmer and I can help you with this project.
As I know , game logic cannot be run on many CPU cores now. I read sources and didn't find anything parallel in it. Is it right?
Chunks can be update independent from each other, so it is possible to make method tick() in cChunkMap parallel. Is it necessary? Does it speed up the server?