|
|
|
|
|
by klauspost
1383 days ago
|
|
A block can end at any time and another huffman block with another table can start. There is no way to know that without decoding all symbols. Decoding the huffman codes is by far the most expensive operation, so you don't save much. For decoding match lengths you also need to decode all symbols. |
|