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
The huffman tables need regenerating.
At a minimum EOS needs to be at least 7 bits long.
It is probably preferable that the bit prefix for the long codes are zeroes instead of ones (i.e. if the same algorithm is used as was used to generate the code tables the first time, then left and right should be swapped/the bits should be xor'd)
The text was updated successfully, but these errors were encountered:
likely need to regenerated the tables again, potentially
removing EOS (or assigning EOS an appropriate value
duplicating another 8 bit long entry) as per issue #287.
Made huffman coding optional #284.
Clarified eviction when referencing name, fixing #283 and fixing #281.
The huffman tables need regenerating.
At a minimum EOS needs to be at least 7 bits long.
It is probably preferable that the bit prefix for the long codes are zeroes instead of ones (i.e. if the same algorithm is used as was used to generate the code tables the first time, then left and right should be swapped/the bits should be xor'd)
The text was updated successfully, but these errors were encountered: