Search found 1 match

by casey
Wed Feb 18, 2015 6:44 pm
Forum: General discussion
Topic: Multithreaded game update loop
Replies: 29
Views: 21412

Re: Multithreaded game update loop

While I agree that optimizing the current game update loop is the way to go, parallelisation shouldn't be dismissed.


Even in ideal, perfect world parallelization can only give linear increase in speed. It essentially just moves the performance ceiling up somewhat but whenever there are some ...

Go to advanced search