Fixed size hash map over array in C language for any data type. Thread safety and extremely fast.
Run Makefile to build .a file. Link .a file with your project.
This hash map use list over array on collision. Hash map structure add int32_t
to input type.
All functions usage examples in example.c.