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

Features

  • Thread safe but can also be used in single threaded programs.
  • Can use multiple hash tables at once.
  • Can substitued your own comparison function for lookups.
  • Can substitue your own free() routine for freeing your data.
  • Can substitue your own hash calculation to replace the internal one
  • Can cause a check of how well your hash is performing.
  • Can delete items from a hash table by key or keys.
  • Can expire items from a hash table based on age.
  • Has full HTML documentation.

Project Samples

Project Activity

See All Activity >

Categories

Libraries

License

Creative Commons Attribution License

Follow libhash

libhash Web Site

Other Useful Business Software
Your top-rated shield against malware and online scams | Avast Free Antivirus Icon
Your top-rated shield against malware and online scams | Avast Free Antivirus

Browse and email in peace, supported by clever AI

Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Free Download
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of libhash!

Additional Project Details

Operating Systems

Cygwin, Solaris, Linux, OpenBSD, FreeBSD, Mac

Intended Audience

Information Technology

Programming Language

C

Related Categories

C Libraries

Registered

2013-12-03