This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
-
Updated
Jun 12, 2022 - C
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Container with linear probing resolver collision using LCFS-hashing.
A very performant, fairly lightweight HashSet implementation in C.
Add a description, image, and links to the hash-set topic page so that developers can more easily learn about it.
To associate your repository with the hash-set topic, visit your repo's landing page and select "manage topics."