2025-08-30 04:53:47 -07:00
2025-08-30 11:17:48 -07:00
2025-08-30 04:53:47 -07:00
2025-08-30 04:53:47 -07:00
2025-08-30 04:53:47 -07:00
2025-08-30 04:53:47 -07:00
2025-08-30 04:53:47 -07:00

ht

ht (official name is lowercase) is a hash table library written in standard C99. It takes inspiration from the GLib GHashTable type.

For examples of usage, see test/test_ht.c.

Building

CMake is the only dependency as it is nessesary for building.

cmake -B build
make -C build

Once built, you can run tests with

make -C build test

Documentation

you can build documentation with:

doxygen

The generated documentation is available in the docs/ directory.

Description
Hash table library for C99.
Readme GPL-3.0 109 KiB
Languages
C 98.5%
CMake 1.5%