Disk based hashes is a method to create
multidimensional binary trees on disk. This
library permits the extension of the database
concept to a plethora of electronic data, such as
graphical information.
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.
In this release, DBH_create now does a memset(0) to head_info to avoid junk on unused portion of header DBH_prune() and DBH_unprune() was added for quick erasing and unerasing of subtrees in a single operation. There is a simple_hash.c example now with prune, and unprune, and some minor cleanups of "erased" code. A memory allocation check is now done by DBH_set_data(), which reduces memory footprint by eliminating superfluous code that was not being used.