Skip Menu |

This queue is for tickets about the Hash-PriorityQueue CPAN distribution.

Report information
The Basics
Id: 120061
Status: new
Priority: 0/
Queue: Hash-PriorityQueue

People
Owner: Nobody in particular
Requestors: ari.jolma [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: I wish for methods priority and lowest_priority
Thanks for this module. I'm testing it for a Dijkstra implementation. I'd like the class to provide methods priority($payload) and lowest_priority. They seem to be available now as $queue->{prios}->{$payload} and $queue->{prios}->{$queue->{queue}->{$queue->{min_key}}->[0]}.