Priority queue class for Ruby
A priority queue is like a standard queue, except that each inserted elements is given a certain priority, based on the result of the comparison block given at instantiation time. Retrieving an element from the queue will always return the one with the highest priority.
$
pkg install rubygem-pqueueOrigin
devel/rubygem-pqueue
Size
21.0KiB
License
BSD2CLAUSE
Maintainer
ruby@FreeBSD.org
Dependencies
2 packages
Required by
0 packages