c-hashmap
c-hashmap copied to clipboard
A fast hash map/hash table (whatever you want to call it) for the C programming language.
- Mark API as extern C, if applicable - Explicitly cast void* to target type These changes were tested with VVVVVV, built with Visual Studio 2010.
check whether hashmap is about to be resized, useful in multithreaded code
I had trouble understanding - a different key variable of equal content can be used to look up (get) an entry set using another key variable (but same string content)...
Because of this move we can now have a hashmap object on the stack or allocate it ourselfs. We have a separate function to initialize and deinitialize (free buckets) the...