map
map copied to clipboard
A type-safe hash map implementation for C
It works only with power of 2, otherwise nothing is done.
Hello, I learned your map code,After applying for space on the heap, calling map ﹣ deinit ﹣ will not release the empty space applied by the user. It is not...
```c map_init(&m); map_deinit(&m); // crash ``` 
 
Hello, you library look very nice at first glance. However in order to check for usability, i would have to write a main and test your features. Maybe you could...
Hi, This is very strong code in practical.But i want to understand code through,could anyone give me some links refer to the code, Thanks in advance.
1. Build Compatible with C++(-Wall -Werror) windows _MSC_VER >= 1600(VS2010 C++11 add decltype) clang(support but not test) gcc(tested gcc>=4.0.0) 2. Add test code