HashMaps in C This is my simple implementation of hashmaps in C, using arenas, linear probing the FNV-1a hashing algorithm and arena-allocated strings. see hash.h for some more info and usage. Also see the tests