Package: libsimplelist0 (0.3.4-1) [universe]
Links for libsimplelist0
Ubuntu Resources:
Download Source Package simplelist:
Maintainer:
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.
Similar packages:
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/
Other Packages Related to libsimplelist0
|
|
|
-
- dep: libc6 (>= 2.5-0ubuntu1)
- GNU C Library: Shared libraries
also a virtual package provided by libc6-udeb
Download libsimplelist0
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| amd64 | 5.5 kB | 64.0 kB | [list of files] |
| i386 | 5.2 kB | 64.0 kB | [list of files] |