|
solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
|
High-performance hash set implementation in C. More...
#include <stdbool.h>#include <stdint.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
High-performance hash set implementation in C.
Flat open-addressed hash table with keys stored inline.
Definition in file hashset.h.