Comment Re:why GIFs and not ZIP-files? (Score 1) 483
Not quite. Zip's deflate algorithm is LZH (Lempel-Ziv-Huffman). They're quite different. LZW dynamically builds a string table, while LZH explicitly includes the huffman tree and uses a sliding window (LZ).