Generic Hash Table library 0.6.1 review

Download
by rbytes.net on

Generic Hash Table library is a hash table implementation in C for storing arbitrary types of data

License: LGPL (GNU Lesser General Public License)
File size: 315K
Developer: Simon Kagstrom
0 stars award from rbytes.net

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