Skip to content

Hashmap v1.0

Compare
Choose a tag to compare
@DavidLeeds DavidLeeds released this 20 Aug 08:16
· 39 commits to master since this release

This is the stable version of the hashmap data structure that uses a generic (void *) API with macros to declare type-specific wrapper functions.

Version 2.0 will include the same core algorithm, but a templated API.