Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 268 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 268 Bytes

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.