|
About:
sl is a yet another generic linked list library.
Instead of container nodes with pointers to
your data, it uses a pointer to the next item
directly in the data structure you want to
create lists (or stacks) of. In addition to
significant memory savings, this allows for
very 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.
Author:
Stig Brautaset [contact developer]
Homepage:
http://code.brautaset.org/sl/
Changelog:
http://svn.brautaset.org/sl/trunk/ChangeLog
CVS tree (cvsweb):
http://svn.brautaset.org/sl/
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
(not rated)
» Vitality: 0.00% (Rank 7584)
» Popularity: 0.59% (Rank 10065)

(click to enlarge graphs)
Record hits: 5,812
URL hits: 1,513
Subscribers: 17
|
|