You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is outside the scope of this project, but while trying to implement Dijkstra's algorithm with this library I stumbled into this requirement. Basically I need to get and set the priority of a given key. Would love to know your thoughts on this @luciopaiva.
The text was updated successfully, but these errors were encountered:
Hi @sebasgarcep. This is something I definitely want to implement and is next in my to-do list. Updating priorities is a very common task. It just needs to be done carefully so as to not degrade performance of existing code.
Thanks for taking the time to suggest the feature!
I don't know if this is outside the scope of this project, but while trying to implement Dijkstra's algorithm with this library I stumbled into this requirement. Basically I need to get and set the priority of a given key. Would love to know your thoughts on this @luciopaiva.
The text was updated successfully, but these errors were encountered: