flatqueue icon indicating copy to clipboard operation
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: ![Screenshot 2023-03-01 at 16 39 49](https://user-images.githubusercontent.com/456400/222206140-da2f0f56-1f13-4833-b118-38687b136e47.png) I am using flatqueue v2.0.3. What am I doing wrong...

enhancement