You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distance tree can have only 30 valid codes (32 total if balanced Huffman tree is considered). That's unlike literal/length tree which can 286 valid, 288 total entries. Using the same structure for both types of trees, reserving space for 288 codes is thus not efficient. Using adhoc structure for distance tree can provide noticeable space savings.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: