Uwe Ohse

available software

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.


Why another hashing library?


How to install strhash

How to integrate strhash into your projects

The C language library interface


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).