/hashmap

A C hashmap implementation.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Hashmap structure that can hold multiple types of data and use any type of key. This is done in large part with void pointers, so it is necessary for the programmer to keep track of what datatype everything is.