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
Enterprise-grade ITSM, for every business Icon
Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
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