Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

POE::Queue::Array - a high-performance array-based priority queue

Authors & Copyrights

       Please see POE for more information about authors, contributors, and POE's licensing.

perl v5.34.0                                       2022-03-25                             POE::Queue::Array(3pm)

Bugs

       None currently known.

Description

       This class is an implementation of the abstract POE::Queue interface.  As such, its documentation may be
       found in POE::Queue.

       POE::Queue::Array implements a priority queue using Perl arrays, splice, and copious application of
       cleverness.

       Despite its name, POE::Queue::Array may be used as a stand-alone priority queue without the rest of POE.

Name

       POE::Queue::Array - a high-performance array-based priority queue

See Also

       POE, POE::Queue

Synopsis

       See POE::Queue.

See Also