|
NAMEcmph - minimum perfect hashing toolSYNOPSIScmph [-v] [-h] [-V] [-k nkeys] [-f hash_function] [-g [-c value][-s seed] ] [-a algorithm] [-M memory_in_MB] [-b BRZ_parameter] [-d tmp_dir] [-m file.mph] keysfileDESCRIPTIONCommand line tool to generate and query minimal perfect hash functions.Please refer to http://cmph.sf.net for full documentation.
EXAMPLE$ # Using the default algorithm (chm) for constructing a mphf$ # for keys in file keys_file. Lines in keys_file _must_ be unique. $ ./cmph -v -g keys_file $ # Query id of keys in the file keys_query $ ./cmph -v -m keys_file.mph keys_query AUTHORThis manual page was written by Enrico Tassi <gareuselesinge@users.sourceforge.net>, for the Debian project (but may be used by others).
Visit the GSP FreeBSD Man Page Interface. |