strhash: a hash table library
The strhash library is dynamical hash table library.
A strhash is an associative array, mapping keys to values.
Keys and values may be strings of up to 2 gigabytes (2^31) bytes
of length, containing any possibly character. Keys need not be
unique.
Copyright
The strhash library files are published under the
GNU Lesser General Public License (don't hesitate to ask me
if this is a problem for you).
- 0.6.0 - 2003-07-31
Added the strhash_load and strhash_save functions to save a hash
to a file and reload it again.
- 0.5.0 - 2000-09-12
first release.