dolphin/Source/Core
EmptyChaos 17c34ae0b1 CoreTiming: Data structure cleanup
Replace adhoc linked list with a priority heap. Performance
characteristics are mostly the same, but is more cache friendly.

[Priority Queues have O(log n) push/pop compared to the linked
list's O(n) push/O(1) pop but the queue is not big enough for
that to matter, so linear is faster over linked. Very slight gains
when framelimit is unlimited (Wind Waker), 1900% -> 1950%]
2016-09-03 12:46:14 +10:00
..
AudioCommon Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
Common CoreTiming: Data structure cleanup 2016-09-03 12:46:14 +10:00
Core CoreTiming: Data structure cleanup 2016-09-03 12:46:14 +10:00
DiscIO Run clang-format on missed files 2016-08-11 21:14:39 +02:00
DolphinQt2 Remove Global Declarations from Movie 2016-08-04 15:24:44 -04:00
DolphinWX Merge pull request #4143 from Pringo/capitalize 2016-09-01 03:21:24 +02:00
InputCommon GCAdapter: Return input state by value 2016-08-01 21:27:51 -04:00
UICommon portable.txt enables portable configuration on linux, README updated to 2016-07-04 19:39:10 +10:00
VideoBackends Merge pull request #4172 from phire/software_fog_error 2016-09-02 09:53:44 +02:00
VideoCommon Merge pull request #4170 from Armada651/float-abs 2016-09-01 19:03:03 +02:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00