sl

sl is a memory-efficient generic linked list library.
Download

sl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Stig Brautaset
  • Publisher web site:
  • http://search.cpan.org/~stig/Games-AlphaBeta-0.4.6/lib/Games/AlphaBeta/Reversi.pm

sl Tags


sl Description

sl is a memory-efficient generic linked list library. sl is a memory-efficient generic linked list library. The project 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.What's New in This Release:· A slight documentation improvement was made.· The "debian" directory was removed since sl has been packaged for Debian and so that directory is maintained by the Debian developers.· Some internal build refactoring was done.


sl Related Software