Paket: libsimplelist0 (0.3.4-1) [universe]
Links für libsimplelist0
Ubuntu-Ressourcen:
Quellcode-Paket simplelist herunterladen:
Betreuer:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Kari Pahula
It should generally not be necessary for users to contact the original maintainer.
Ähnliche Pakete:
memory-efficient generic linked list library
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.
Homepage: http://brautaset.org/software/sl/
Andere Pakete mit Bezug zu libsimplelist0
|
|
|
-
- dep: libc6 (>= 2.5-0ubuntu1)
- GNU C Library: Shared libraries
auch ein virtuelles Paket, bereitgestellt durch libc6-udeb
libsimplelist0 herunterladen
| Architektur | Paketgröße | Größe (installiert) | Dateien |
|---|---|---|---|
| amd64 | 5,5 kB | 64,0 kB | [Liste der Dateien] |
| i386 | 5,2 kB | 64,0 kB | [Liste der Dateien] |