Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047349
en ru br
ALT Linux repos
S:0.80-alt2.1
5.0: 0.80-alt2
4.1: 0.80-alt1
4.0: 0.71-alt1
3.0: 0.71-alt1

Group :: Development/Perl
RPM: perl-Heap

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.80-alt2.1
Build date: 22 november 2010, 18:32 ( 696.5 weeks ago )
Size: 18.31 Kb

Home page:   http://search.cpan.org/~jmm/Heap-0.80/

License: Artistic
Summary: Heap - Perl extensions for keeping data partially sorted
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.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • perl-Heap
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin