freebsd-ports/devel/rubygem-pqueue/pkg-descr
Brad Davis 73b426e8c9 Add a new port: devel/rubygem-pqueue
Approved by:	swills (mentor)
2016-05-20 17:18:09 +00:00

6 lines
312 B
Text

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.
WWW: http://rubyworks.github.io/pqueue/