Reply To: req: Multithreading – performance issu large map

Home Forums General Discussion req: Multithreading – performance issu large map Reply To: req: Multithreading – performance issu large map

#11348
Enzojz
Participant

Multithreading is not an easy thing, because you need writing lock to prevent data loss.

However, compress save file can be perfectly done in another thread.

Perhaps a better solution is change the algorithm I think the dev can use some quick estimation to take the place of too exact 20min rule. If not, even with BFS it can eat up resource of computing very quickly.

  • This reply was modified 9 years, 6 months ago by Enzojz.