Files
dolphin/Source/Core/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
..
2016-07-13 17:29:27 +02:00
2016-08-07 13:03:07 -04:00
2016-08-01 18:33:46 -04:00
2016-06-26 00:49:51 -04:00
2016-08-11 12:53:44 +02:00
2016-08-11 12:53:44 +02:00
2016-08-11 12:53:44 +02:00
2016-06-26 12:34:59 +02:00
2016-08-09 23:02:31 -04:00
2016-08-04 15:24:44 -04:00
2016-07-16 22:48:46 +02:00
2016-07-23 20:04:07 +02:00
2016-09-03 12:46:14 +10:00