Hacker News new | ask | show | jobs
by sdkgames 908 days ago
gzip is based on the DEFLATE algorithm, which is a combination of LZ77(1977) and Huffman coding(1952).( https://en.wikipedia.org/wiki/Gzip )
2 comments

DEFLATE was created / implemented / speced / whatever word you want to apply by Phil Katz no earlier than 1989
"Based on" is not the same as "identical".