Paketname | libsimplelist0-dev |
Beschreibung | memory-efficient generic linked list library |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.3.4-2 |
Sektion | libdevel |
Priorität | optional |
Installierte Größe | 72 Byte |
Hängt ab von | libsimplelist0 |
Empfohlene Pakete | |
Paketbetreuer | Kari Pahula |
Quelle | simplelist |
Paketgröße | 8846 Byte |
Prüfsumme MD5 | 6d8b706016b9b0f7ff1c63f08bfbfafa |
Prüfsumme SHA1 | f24fdc9eddeb60d4f6626c733429cfd214692714 |
Prüfsumme SHA256 | d91c9ec028ba6857625eee90d4151bd2826d6574ca1359fe590759af32dd9ceb |
Link zum Herunterladen | libsimplelist0-dev_0.3.4-2_i386.deb |
Ausführliche Beschreibung | sl 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.
.
This package has the development headers and static libraries.
|