rubygem-pqueue - Queue of Prioritized Elements
Website: | http://rubyworks.github.com/pqueue |
---|---|
License: | BSD-2 |
- Description:
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.
Packages
rubygem-pqueue-2.1.0-303.vl9.onapp.1.noarch [16 KiB] |
Changelog
by Yuriy Kohut (2022-02-15):
- pqueue gem version 2.1.0 |