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


POE documentation  | view source Contained in the POE distribution.

Index


NAME

Top

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

SYNOPSIS

Top

See POE::Queue.

DESCRIPTION

Top

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.

SEE ALSO

Top

POE, POE::Queue

BUGS

Top

None known.

AUTHORS & COPYRIGHTS

Top

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


POE documentation  | view source Contained in the POE distribution.