Introduction - If you have any usage issues, please Google them yourself
This a cross-platform (unix, windows) library to easily create and use hash tables (similar to STL s hash_map or python dictionaries) in C.
Multiple keys and values types are provided (int, double, strings,...), and the ability to optionnaly define a default value which is not stored makes it a good candidate for some sparse vectors and matrices calculations.