cmph
C Minimal Perfect Hashing Library command line utilities
Install
- All systems
-
curl cmd.cat/cmph.sh
- Debian
-
apt-get install libcmph-tools
- Ubuntu
-
apt-get install libcmph-tools
- Kali Linux
-
apt-get install libcmph-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcmph-tools
- Raspbian
-
apt-get install libcmph-tools
- Dockerfile
- dockerfile.run/cmph
libcmph-tools
C Minimal Perfect Hashing Library command line utilities
Minimal perfect hash functions are widely used for memory efficient storage and fast retrieval of items from static sets, such as words in natural languages, reserved words in programming languages or interactive systems, universal resource locations (URLs) in Web search engines, or item sets in data mining techniques. This package contains the cmph command line utility to generate and query minimal perfect hash functions.