decline-cookies / anvil-unity-dots

Unity DOTS and ECS specific additions and extensions to Anvil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement DOTS version of PriorityQueue

jkeon opened this issue · comments

We use a NativeHeap from https://github.com/Amarcolina/NativeHeap that we converted to an UnsafeHeap.

Longer term we should reimplement PriorityQueue from https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp as Burst compatible.

Once done, we should remove the UnsafeHeap and associated Tests as it's not as robust at the PriorityQueue.