Paketname | libheap-perl |
Beschreibung | Perl extensions for keeping data partially sorted |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.80-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 172 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 40430 Byte |
Prüfsumme MD5 | 858f1e69779283ba0e962cd271d9b2b3 |
Prüfsumme SHA1 | 717956966c0ee2d5e984f8f5bd1d6a6c67ebb824 |
Prüfsumme SHA256 | 3e9fbdb30343e3f462d3d3a9ac88df4a2d7dfdd257b51035c946a9f7cd920a74 |
Link zum Herunterladen | libheap-perl_0.80-2_all.deb |
Ausführliche Beschreibung | 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.
|