|
|
Publisher • Writer • Novelist • Photographer
Free Software :: libhash 1.3
(59 downloads)
|
A hash table library that can store binary data. It is thread safe and
you can use as many hash tables in your program as you wish because
each has its own context. You can drop items from the hash table and
can expire items that have become too old. String keys are default, but
with your own comparison routine you can use binary or specialty keys.
If you have special needs you can substitute your on hash calculation
function for the built in one. The libray allocates memory for keys
and data, but that allocation can be prevented by the use of simple
function calls. There is also a library call that allows
you to judge the efficiency of your hash function. The library has
complete HTML documentation. And several tests of the library can be
run with "make check".
|
|
|