Downloadliste

Projektbeschreibung

AVLMAP is a key:data pair data mapping (associative array) library for C programming based on AVL balanced binary trees. Added features include ordered data retrieval forward or reverse, support for optional duplicate keys (e.g. an extra linked list not needed), and the ability to find the nearest member if an exact match isn't available. Both key and data types may be selected from a choice of C data types including string and array variations. One mapping always has one key type, but data types may be mixed within a mapping.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:12 Zurück zur Release-Liste
0.9.9

Berichtigt Installation der Header im Makefile die map_array.h und map_scalar.h ausgelassen hatte, und ein konstantes Lagerung Attribut Hauptargumente für Array / String-Funktionen einfügen.
Corrected installation of headers in Makefile which had omitted map_array.h and map_scalar.h, and a const storage attribute to key arguments for array/string insert functions.

Project Resources