Vdalib(Source)

  • Submit New Release
  • Edit Vdalib Information
  • Submit a New Software

Library supporting variable sized arrays and lists.

Wednesday, April 16, 2003
  • Development
  • Languages
  • C and CPlusPlus

Vdalib supports the creation and management of variable sized arrays or arbitrary elements, and dynamic lists. The implementation is a balance between time and memory efficiency and handles very large arrays/lists effectively.

Lists can be arbtrary structures, with a user provided 'comparison function' being used to determine equality. This for example allows an easy implementation of associative arrays.

In addition to the basic array support, lists can be re-ordered (i.e. the comparison function re-defined), elements added or deleted, and iterators are available for performing tasks on all elements of the list.

Michael Whelan
  • linux
  • Downloads
    908
  • License
    GPL
  • Platforms
    Linux, Unix
  • Requirements
    GCC
  • Tags
    variable arrays
    lists
    associative arrays

Downloads / Release History


April
15
2003
Vdalib (Source)
  • libvda.tar.gz

Comments

No comment. Be the first to enter a comment.
Replying to:
Cancel

Last articles