Recent Changes - Search:

edit SideBar

gdsl

Description

GDSL (Generic Data Structures Library) is a portable and OS-independant generic data structures manipulation library fully written in pure ANSI C from scratch, for C programmers. Most common data structures are available with powerful algorithms and hidden implementation. Available structures are lists, queues, stacks, hash tables, binary trees, search binary trees, red-black trees, 2D arrays, and permutations.

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "xlc_r -q64" or "gcc -maix64".

Homepage: http://www.freesoftware.fsf.org/gdsl/

Version: 1.7-1

Downloads

RPM:

Source RPM:

Package dependencies:

  • none

Older version

RPM:

Source RPM:

Package dependencies:

  • none

All versions:

Edit - History - Print - Recent Changes - Search
Page last modified on July 01, 2013, at 10:47 AM