Apache-2.0 licensed and maintained by Karl Ostmo
This version can be pinned in stack with:perfect-hash-generator-1.0.0@sha256:0a0c71a4ff572db04b49e8d0083472f9b2395276f066419f0b6eaa5bce75a69a,5516

Module documentation for 1.0.0

Changes

0.2.0.1 (Feb. 2018)

  • Fixed a foldr vs. foldl bug with algorithmic implications

1.0.0 (June 2022)

  • Changed input type from HashMap to Map
  • Removed superfluous internal map lookups by threading values alongside keys throughout the algorithm
  • Used newtypes internally for algorithmic clarity