GPerf for Visual Studio 6.0

Category
Programming
C and C++ Tools and Components

Review

A port of the Gnu tool GPerf. GPerf is a perfect hash function generator written in C++. It transforms an n element user-specified keyword set W into a perfect hash function F. F uniquely maps keywords in W onto the range 0..k, where k = n. If k = n then F is a minimal perfect hash function. gperfgenerates a 0..k element static lookup table and a pair of C functions. These functions determine whether a given character string s occurs in W, using at most one probe into the lookup table.


Search

Recent searches