Skip to content

ademakov/PHF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages