flatqueue
flatqueue copied to clipboard
A very fast and simple JavaScript priority queue
Results
2
flatqueue issues
Sort by
recently updated
recently updated
newest added
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.
enhancement
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...
enhancement