libhash Collision-free hash tables and hash sets for C. Implemented as open-addressed and double-hashed. Extremely simple and easy-to-use API. For documentation, see the header file here. For best performance, initialize with a prime number. For examples, see examples