You are here: Home / LBN / Up2date / Core Linux / BastionLinux 19 / perl-Heap-0.80-13.fc19.noarch

perl-Heap-0.80-13.fc19.noarch

Package Attributes
RPM  perl-Heap-0.80-13.fc19.noarch.rpm Architecture  noarch Size  74610 Created  2019/09/30 06:52:34 UTC
Package Specification
Summary Perl extension for keeping data partially sorted
Group Development/Libraries
License GPL+ or Artistic
Home Page http://search.cpan.org/dist/Heap
Description

The Heap collection of modules provide routines that manage a heap of elements. A heap is a partially sorted structure that is always able to easily extract the smallest of the elements in the structure (or the largest if a reversed compare routine is provided).

If the collection of elements is changing dynamically, the heap has less overhead than keeping the collection fully sorted.

The elements must be objects as described in "Heap::Elem" and all elements inserted into one heap must be mutually compatible - either the same class exactly or else classes that differ only in ways unrelated to the Heap::Elem interface.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadIsXz)  
Provides
perl(Heap)
perl(Heap::Binary)
perl(Heap::Binomial)
perl(Heap::Elem)
perl(Heap::Elem::Num)
perl(Heap::Elem::NumRev)
perl(Heap::Elem::Ref)
perl(Heap::Elem::RefRev)
perl(Heap::Elem::Str)
perl(Heap::Elem::StrRev)
perl(Heap::Fibonacci)
perl-Heap

Document Actions