Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get/Set Priority of Key #24

Open
sebasgarcep opened this issue Aug 23, 2020 · 1 comment · May be fixed by #52
Open

Get/Set Priority of Key #24

sebasgarcep opened this issue Aug 23, 2020 · 1 comment · May be fixed by #52
Labels
enhancement New feature or request
Milestone

Comments

@sebasgarcep
Copy link

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.

@luciopaiva
Copy link
Owner

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!

@luciopaiva luciopaiva added the enhancement New feature or request label Dec 28, 2021
@luciopaiva luciopaiva added this to the v1.0 milestone Dec 28, 2021
@Xstoudi Xstoudi linked a pull request May 25, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants