This is a work-in-progress implemtation of a generic hashmap in C. The ultimate aim is to create a memcached-like distributed hash table.
The hash function used is an implementation of the Jenkins hash function.
This is a work-in-progress implemtation of a generic hashmap in C. The ultimate aim is to create a memcached-like distributed hash table.
The hash function used is an implementation of the Jenkins hash function.