Post Reply 
 
Thread Rating:
  • 1 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multithreading
09-11-2015, 09:45 AM
Post: #2
RE: Peace walker and multithreaded
Well multithreading being better in anything is misconception of modern times. Most people think it will use more cores hence being faster, however in reality not everything is worth dividing into threads because lots of work has to be synchronized and that is not free. In cases where synchronization has to be very tight(like in most emulators), it can get soo costly that you divide one light thread into multiply heavier ones - which is useless. The overhead will also differ from cpu architecture, ironically multithreading on slowest cpu's will bring the worst results and often it's only beneficial on desktops with high end intel cpu's that doesn't even need it(from ppsspp perspectiveTongue). It's usually not worth using on mobiles unless in some game it really means a difference between playable and not, because the load will always be bigger with multithreading than without which will drain your battery faster.

I would add that multithreading option in ppsspp causes bugs in many games. Mobile users as I recall were quarreling against fixing it since fixes to it made it even slower and since then it was somewhat forgotten. So yeah I wouldn't recommend just blindly activating it for everything. Experimental options in general should be treated like hacks - it's there, you are free to test it, it can improve, but might as well degrade your experience and the results will really differ between devices and games.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Multithreading - mushyman167 - 09-11-2015, 07:25 AM
RE: Peace walker and multithreaded - LunaMoo - 09-11-2015 09:45 AM
RE: Multithreading - vnctdj - 09-11-2015, 08:42 PM
RE: Multithreading - Efraim Lopes - 06-15-2016, 01:46 AM
RE: Multithreading - applepiejr - 07-21-2016, 05:13 AM
RE: Multithreading - Anubis2048 - 08-19-2016, 05:27 AM
RE: Multithreading - TkSilver - 08-19-2016, 02:15 PM

Forum Jump: