eriknyquist / hashtable

A lightweight separate-chaining arena-backed hashtable in C, designed to be flexible enough for embedded systems

Home Page:https://eriknyquist.github.io/hashtable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A lightweight separate-chaining, arena-backed hashtable in C

See hashtable API documentation

Run tests

Requires GNU make, and a version of GCC that supports Address Sanitizer and UB Sanitizer (any reasonably recent version of GCC).

cd unit_tests
make

Generate performance visualization

Requires GNU make, python 3.x and the python matplotlib package.

cd perf_tests
make

About

A lightweight separate-chaining arena-backed hashtable in C, designed to be flexible enough for embedded systems

https://eriknyquist.github.io/hashtable

License:Apache License 2.0


Languages

Language:C 82.1%Language:CSS 13.2%Language:Python 2.6%Language:Makefile 2.1%