CMPH - C Minimal Perfect Hashing Library
Hash functions are used everywhere in desktop and server applications to transform an identifying element of data, typically a key, into a small number that can be used to index that data. Doing this well depends on the type and size of the data. The CMPH library offers four algorithms which between them can use small memory or work very fast or handle hundreds of millions of items of data. Good luck understanding all the maths! I've added a link this into the C Library.
- Link to C Code Library


Comments
No comments yet. Leave a Comment