Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 557 Bytes

README.rst

File metadata and controls

25 lines (16 loc) · 557 Bytes

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