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 Ubuntu Archiv lucid (universe)
Version0.3.4-2
Sektionuniverse/libs
Prioritätoptional
Installierte Größe60 Byte
Hängt ab vonlibc6 (>= 2.1.3)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quellesimplelist
Paketgröße4684 Byte
Prüfsumme MD5e1f1c8387ec13b05a392773bd1bb5055
Prüfsumme SHA18f95a3474e8b514c7bedc9e3ef181543856884e8
Prüfsumme SHA2566a40da57fb027eea8b05705dc0aa6b0cdbcfc1fd40a115d6df2b27357c5342a3
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