hashtable v0.1.1
A lightweight separate-chaining arena-backed hashtable in C
|
Configuration data for a single hashtable instance. More...
#include <hashtable_api.h>
Public Attributes | |
hashtable_hashfunc_t | hash |
Hash function to use, must not be NULL. | |
uint32_t | array_count |
Number of table array slots, must not be 0. | |
Configuration data for a single hashtable instance.