<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=LZ77_with_Huffman_coding</id>
		<title>LZ77 with Huffman coding - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=LZ77_with_Huffman_coding"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=LZ77_with_Huffman_coding&amp;action=history"/>
		<updated>2026-04-19T04:02:46Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=LZ77_with_Huffman_coding&amp;diff=37946&amp;oldid=prev</id>
		<title>Jsummers: Created page with &quot;{{FormatInfo |formattype=electronic |subcat=Compression }} A popular data compression technique is to use LZ77 combined with some type of Huffman coding.  Popular thou...&quot;</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=LZ77_with_Huffman_coding&amp;diff=37946&amp;oldid=prev"/>
				<updated>2020-09-12T11:35:08Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{FormatInfo |formattype=electronic |subcat=Compression }} A popular data compression technique is to use &lt;a href=&quot;/wiki/LZ77&quot; title=&quot;LZ77&quot;&gt;LZ77&lt;/a&gt; combined with some type of &lt;a href=&quot;/wiki/Huffman_coding&quot; title=&quot;Huffman coding&quot;&gt;Huffman coding&lt;/a&gt;.  Popular thou...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Compression&lt;br /&gt;
}}&lt;br /&gt;
A popular data compression technique is to use [[LZ77]] combined with some type of [[Huffman coding]].&lt;br /&gt;
&lt;br /&gt;
Popular though it is, it's not clear that it has a well-established name. '''LZH''' is sometimes used, but LZH more commonly refers to a particular implementation of it (see also the [[LZH|LZH disambiguation page]]), or to the [[LHA]] file format. In this article, though, we'll use LZH.&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
The compressor uses LZ77 compression to produce a stream of coded instructions, and uses one or more Huffman codebooks to compress those instructions. The exact strategy for doing this could be complicated. &lt;br /&gt;
&lt;br /&gt;
LZH can be subclassified into schemes that use [[Adaptive Huffman coding]] (the term '''LZAH''' might be used), and those that use non-adaptive (&amp;quot;static&amp;quot;) Huffman coding. But it's not always that simple, because some LZH schemes use multiple kinds of Huffman coding.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
Examples of formats that use, or may use, LZH:&lt;br /&gt;
* [[DEFLATE]]&lt;br /&gt;
* [[LHA]] - Most &amp;quot;lh&amp;quot; compression methods&lt;br /&gt;
* [[ARJ]] - Most compression methods&lt;br /&gt;
* [[Zoo]] - Compression method #2&lt;br /&gt;
* [[CrLZH]]&lt;br /&gt;
* [[SCO compress LZH]]&lt;/div&gt;</summary>
		<author><name>Jsummers</name></author>	</entry>

	</feed>