hashtable v0.1.1
A lightweight separate-chaining arena-backed hashtable in C
Public Attributes | List of all members
hashtable_config_t Struct Reference

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.
 

Detailed Description

Configuration data for a single hashtable instance.


The documentation for this struct was generated from the following file: