flatqueue
flatqueue copied to clipboard
A very fast and simple JavaScript priority queue
Since I'm trying to implement Dijkstra's algorithm, I want to be able to update the priority of an already existing entry in the queue.
Trying to take this advice in the README: https://github.com/mourner/flatqueue#using-typed-arrays But Typescript is not happy:  I am using flatqueue v2.0.3. What am I doing wrong...