Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 218 Bytes

File metadata and controls

6 lines (4 loc) · 218 Bytes

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