/c-hashmap

Hashmap implementation in C

Primary LanguageC

About

Hashmap implemention in C, based on how PHP 7 implemented it's HashTable

Compiling

Written in plain vanilla C (and using bstrlib for sane string handling), this library can be compiled with just:

make

Running tests

Make is also used to run the unit tests, written with minunit:

make check