hajdbo / c-hashmap

Hashmap implementation in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Hashmap implementation in C


Languages

Language:C 98.9%Language:Makefile 0.8%Language:Shell 0.3%