Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 565 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 565 Bytes

PHF

A simple C++ perfect hash function generator. It is based on the ideas from this paper:

The authors of the paper provided their own implementation: BBHash.

My implementation provides a different interface and features, It is not supposed to handle massive key sets. Rather it is oriented to getting fast and simple lookup tables for moderate key sets.