Vojtech Bubnik e4fd6a828f 1) Fixed a significant bug in MutablePriorityQueue when setting
the indices allowing rescheduling of values in the middle of the queue.
2) Implemented a cache friendly variant - MutableSkipHeapPriorityQueue
   based on
   https://playfulprogramming.blogspot.com/2015/08/cache-optimizing-priority-queue.html
   https://github.com/rollbear/prio_queue/blob/master/prio_queue.hpp
2021-07-09 12:53:29 +02:00
..
2020-03-25 14:35:41 +01:00
2021-06-08 10:28:23 +02:00
2020-01-23 10:58:18 +01:00
2021-05-07 11:42:21 +02:00