sodium-typescript
sodium-typescript copied to clipboard
Possible rank optimization
One rule that can help with performance is: If the rank of a vertex changes, but that vertex is not yet in the priority queue, then the priority queue does not need to be flagged for a re-sort.