RumAVL 4.0.0 (Default branch) |
|
|
RumAVL is an ANSI/C99 compliant implementation of
a Threaded AVL tree, providing an efficient
ordered dictionary sorting and searching
mechanism. It is ideal for use as a base of other
complex data types.
License: MIT/X Consortium License
Changes:
This release adds more useful parameters to callback functions, and changes the way setting of memory management and callback functions work. It adds a new example library.
|