Description
Generates C code for order-preserving minimal perfect hash functions. It helps developers build compact lookup tables where a known fixed set of keys needs fast, deterministic lookup.
Generated hash code depends on the exact input key set. Regenerate and test it whenever keys change, and review generated C before shipping.