sodium-typescript icon indicating copy to clipboard operation
sodium-typescript copied to clipboard

Possible rank optimization

Open clinuxrulz opened this issue 6 years ago • 0 comments

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.

clinuxrulz avatar Jun 03 '19 11:06 clinuxrulz