Search code examples
chashtable

Hashtable implementation in C


I am seeking a robust implementation of a hashtable in C. I'm looking for something other than ghashtable in glib.


Solution

  • I've heard good things about the GLib Hash Table.