Generic Hash Table library 0.6.1 review
DownloadGeneric Hash Table library is a hash table implementation in C for storing arbitrary types of data
|
|
Generic Hash Table library is a hash table implementation in C for storing arbitrary types of data. Generic Hash Table library is meant to be small, easily extensible (in terms of hash functions etc), and easy to understand codewise.
What's New in This Release:
Iteration is now ordered by the order of insertion, and keys have been made const.
unistd.h was removed from the includes in some of the examples, since it's not valid on Windows.
Generic Hash Table library 0.6.1 search tags