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
..
2015-05-25 13:11:47 +02:00
2016-09-03 12:46:14 +10:00
2016-07-16 22:48:46 +02:00
2016-07-16 22:48:46 +02:00
2016-07-16 22:48:46 +02:00
2016-01-21 21:16:51 +01:00
2016-07-16 22:48:46 +02:00
2016-07-16 22:48:46 +02:00
2016-08-07 13:03:07 -04:00
2016-07-19 11:20:02 -04:00
2016-06-27 15:43:52 -06:00