BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

pqueue

v2.2.0RubyGems· Ruby

A priority queue is like a standard queue, except that each inserted element 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.

The verdict
Maintained. Niche but maintained, actively maintained.
Live from the RubyGems registry · derived rules, not AI
How it scores
MaintenanceHealthy
PopularityNiche
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published 1 month ago.
Popularity
79 downloads / week
Security
No known advisories for this version (OSV).
License
BSD-2-Clause
Dependencies
No runtime dependencies
Recent releases
  • 2.2.01 month ago
  • 2.1.011 years ago
  • 2.0.214 years ago
  • 2.0.114 years ago
  • 2.0.014 years ago
  • 1.0.016 years ago
pqueue — A priority queue is like a standard queue, except that each inserted element 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. (Ruby / RubyGems) · Modules