DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibsimplelist0
Beschreibungmemory-efficient generic linked list library
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.3.4-2
Sektionlibs
Prioritätoptional
Installierte Größe64 Byte
Hängt ab vonlibc6 (>= 2.7-1)
Empfohlene Pakete
PaketbetreuerKari Pahula
Quellesimplelist
Paketgröße5416 Byte
Prüfsumme MD5668846a560edc11284d02f5bf8f4d76d
Prüfsumme SHA136743cf064d61b14a64610c58a944f7fc0d5e276
Prüfsumme SHA256e2d8fe96a2a968ea61ebb969517486141c0f11f101bdcb247cec85829f398718
Link zum Herunterladenlibsimplelist0_0.3.4-2_i386.deb
Ausführliche Beschreibungsl doesn't use container nodes. Instead it requires a pointer to the next item directly in the datastructure you want to create lists (or stacks) of. This can give you significant memory savings when creating long lists of small structures. It also allows for fast push and pop operations since there is no need to allocate or free memory for the container nodes. It also means that a push can't fail because memory couldn't be allocated for the container node.


Impressum
Linux is a registered trademark of Linus Torvalds