Paketname | libheap-perl |
Beschreibung | Perl extensions for keeping data partially sorted |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.80-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 184 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Dominic Hargreaves |
Quelle | |
Paketgröße | 42966 Byte |
Prüfsumme MD5 | 8407ab3fe76528352fa0c17f2b897417 |
Prüfsumme SHA1 | 83dbdee3db915d5cee41e6f1149eb50ef733b66b |
Prüfsumme SHA256 | 2ed392a1df9b0a880863715d1104b0a151904b8f1356bfe8bdb26d433afaaa63 |
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.
|