htable is a lightweight implementation of hash tables in C, greatly inspired by the implementations of splay and red-black trees found in *BSD kernels. To use it, you only need to copy the header file "htable.h" into your project.
| Tags | Software Development Libraries |
|---|---|
| Licenses | BSD Revised |
| Operating Systems | Unix POSIX |
| Implementation | C |
Recent releases


Release Notes: This is a minor bugfix release. The makefile used to build regression tests was updated to respect system-wide CC and CFLAGS variables. A missing path to test binaries was added, fixing compatibility with some systems.


Release Notes: Some minor corrections were applied to the manual, as well as to the macro used to insert elements in hash table: it now returns NULL if the element was already inserted before. A test was also implemented to check this new behavior.


No changes have been submitted for this release.