Simple hash table implementation

Hi everyone,

I followed some of your hints and instructions and build together my simple hash table implementation based upon hsearch in the musl C library.

You can find the implementation on github: GitHub - sbrass/simple_hash_table

Do you have any further ideas for improvements? For example, documentation system: Doxygen, Ford,…
The hash table “library” is rather smallish, would you recommend on using submodules for separating interfaces and implementation details?

Cheers,
Simon

PS: Many thanks to everyone!!!

1 Like